mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-06-29 18:21:08 +00:00
6 lines
139 B
C#
6 lines
139 B
C#
namespace CleanArchitecture.Domain.Errors;
|
|
|
|
public static class DomainErrorCodes
|
|
{
|
|
public const string UserEmptyId = "USER_EMPTY_ID";
|
|
} |