This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
alroyso
/
gpt_api
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
b9ce42ebf8
Rami (Branch)
Tag
main
gpt_api
/
gpt_api.Application
/
System
/
Services
/
ISystemService.cs
ISystemService.cs
106 B
Cronologia
Originale
1
2
3
4
5
6
namespace gpt_api.Application;
public interface ISystemService
{
string GetDescription();
}