erp-platform/api/modules/Kurs.Notifications/Kurs.Notifications.Domain.Shared/NotificationErrorCodes.cs

7 lines
142 B
C#
Raw Normal View History

2025-05-06 06:45:49 +00:00
namespace Kurs.Notifications.Domain;
public static class NotificationErrorCodes
{
//Add your business exception error codes here...
}