This website works better with JavaScript
Startsida
Utforska
Hjälp
Registrera dig
Logga in
alroyso
/
gpt_api
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
b9ce42ebf8
Grenar
Taggar
main
gpt_api
/
gpt_api.Application
/
System
/
Services
/
ISystemService.cs
ISystemService.cs
106 B
Historik
Rå
1
2
3
4
5
6
namespace gpt_api.Application;
public interface ISystemService
{
string GetDescription();
}