sozsoft-platform/api/modules/Sozsoft.Notifications/Sozsoft.Notifications.Domain.Shared/NotificationErrorCodes.cs
Sedat Öztürk 429227df1d Initial
2026-02-24 23:44:16 +03:00

7 lines
146 B
C#

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