This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
alroyso
/
gpt_api
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
b9ce42ebf8
Větve
Značky
main
gpt_api
/
gpt_api.Application
/
System
/
Services
/
ISystemService.cs
ISystemService.cs
106 B
Historie
Surový
1
2
3
4
5
6
namespace gpt_api.Application;
public interface ISystemService
{
string GetDescription();
}