ErrorCode.cs 270 B

12345678910111213141516
  1. // <author></author>
  2. // <date></date>
  3. // <description></description>
  4. using System;
  5. using System.Collections.Generic;
  6. using System.Linq;
  7. using System.Text;
  8. using System.Threading.Tasks;
  9. namespace ERP.Framework.Exceptions
  10. {
  11. internal class ErrorCode
  12. {
  13. }
  14. }