IApiDummyService.cs 101 B

12345678
  1. 
  2. namespace AipGateway.API.Services
  3. {
  4. public interface IApiDummyService
  5. {
  6. }
  7. }