7 lines
174 B
C#
7 lines
174 B
C#
namespace KonSoft.TenantManagement;
|
|
|
|
public static class TenantManagementDomainErrorCodes
|
|
{
|
|
/* You can add your business exception error codes here, as constants */
|
|
}
|