This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
alroyso
/
gpt_api
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
b9ce42ebf8
Dallar
Biçim İmleri
main
gpt_api
/
gpt_api.Application
/
System
/
Services
/
ISystemService.cs
ISystemService.cs
106 B
Geçmiş
Ham
1
2
3
4
5
6
namespace gpt_api.Application;
public interface ISystemService
{
string GetDescription();
}