stage9_10 #16

Merged
ns.potapov merged 98 commits from stage9_10 into main 2024-05-30 04:28:50 +04:00
Showing only changes of commit 9f82321bc8 - Show all commits

View File

@ -2,10 +2,8 @@
{
public enum UserRole
{
Неизвестный = -1,
Администратор = 0,
Неизвестный = 0,
Исполнитель = 1,
Поручитель = 2,
Клиент = 3
}
}