예제 #1
0
 public async Task <ApiResult <IList <OperationGroup> > > GetList()
 {
     return(await _operationGroupService.GetListAsync());
 }