This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
wanghan
/
SmartDoorLock
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
e3e7b7dec1
Dallar
Biçim İmleri
master
SmartDoorLock
/
LogoForceTestApp.Core
/
Role.cs
Role.cs
127 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
10
11
namespace LogoForceTestApp.Core
{
public enum Role
{
//Operator,
//Engineer,
Admin
}
}