namespace ComputerShopDataModels.Enums
{
public enum UserRole
Неизвестная = -1,
Исполнитель = 0,
Поручитель = 1
}