This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
alroyso
/
gpt_api
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
b9ce42ebf8
Branch-ok
Tag-ek
main
gpt_api
/
gpt_api.Application
/
System
/
Services
/
ISystemService.cs
ISystemService.cs
106 B
Előzmények
Nyers
1
2
3
4
5
6
namespace gpt_api.Application;
public interface ISystemService
{
string GetDescription();
}