erp-platform/api/modules/Kurs.Notifications/Kurs.Notifications.Domain.Shared/NotificationErrorCodes.cs
Sedat ÖZTÜRK e1a9562b22 init project
2025-05-06 09:45:49 +03:00

6 lines
142 B
C#

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