Files
KonSoft.Clean/modules/tenant-management/src/KonSoft.TenantManagement.Domain.Shared/TenantManagementDomainErrorCodes.cs
2025-09-08 14:15:45 +08:00

7 lines
174 B
C#

namespace KonSoft.TenantManagement;
public static class TenantManagementDomainErrorCodes
{
/* You can add your business exception error codes here, as constants */
}