コード例 #1
0
 public async Task <IResponseEntity> GetResources()
 {
     return(await _sysResourceService.GetResourcesAsync());
 }