erp-platform/api/modules/Erp.Settings/Erp.Settings.Domain.Shared/SettingsErrorCodes.cs
2025-11-11 22:49:52 +03:00

7 lines
126 B
C#

namespace Erp.Settings;
public static class SettingsErrorCodes
{
//Add your business exception error codes here...
}