Пример #1
0
 public async Task <QueryServiceListOutput> QueryServiceList([FromQuery] QueryServiceListInput input)
 {
     return(await _microserviceBusines.QueryServiceList(input));
 }
 public async Task <QueryServiceListOutput> QueryServiceList()
 {
     return(await _microserviceBusines.QueryServiceList());
 }