Exemple #1
0
 public async Task <OrgDto[]> Get2()
 {
     return(await _orgService.Get2());
 }