Tomasi - Developing 35e83c4735 beta 0.0.3
2024-11-26 08:43:01 +01:00

7 lines
204 B
C#

namespace Application.Errors;
public static class RoleErrors
{
public static readonly Error NotFound = new("Error.Role.NotFound",
"The role with the specified identifier was not found");
}