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

7 lines
142 B
C#

namespace Erp.Notifications.Domain;
public static class NotificationErrorCodes
{
//Add your business exception error codes here...
}