Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
robin.thoni
/
nuget-3ie
Obserwuj
1
Gwiazdka
0
Forkuj
0
Kod
Problemy
0
Pull Requests
0
Wydania
0
Wiki
Aktywność
57
Commity
5
Gałęzie
Drzewo:
92ef49594c
nuget-3ie
/
Authentication-test
/
DBO
/
UserRoles.cs
UserRoles.cs
116B
Historia
Czysty
1
2
3
4
5
6
7
8
namespace
Authentication_test.DBO
{
public
enum
UserRoles
{
Root =
1
,
NotRoot =
2
}
}