This website works better with JavaScript.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
robin.thoni
/
uqac-websem-project
İzle
1
Yıldızla
0
Çatalla
0
Kod
Sorunlar
0
Değişiklik İstekleri
0
Sürümler
2
Wiki
Aktivite
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8
İşlemeler
2
Dallar
Ağaç:
f99f6b74f7
develop
master
v2.0
v1.0
Dallar
Biçim İmleri
${ item.name }
Branş
${ searchTerm }
oluştur
'f99f6b74f7'den
${ noResults }
uqac-websem-project
/
backend
/
WebSem
/
WebApiWebSem
/
Dbo
/
AppConfigDbo.cs
AppConfigDbo.cs
118B
Geçmiş
Ham
1
2
3
4
5
6
7
namespace WebApiWebSem.Dbo
{
public class AppConfigDbo
{
public int SleepTime { get; set; }
}
}