ISystemService.cs 106 B

123456
  1. namespace gpt_api.Application;
  2. public interface ISystemService
  3. {
  4. string GetDescription();
  5. }