コード例 #1
0
 public async Task <object> GetAllCompanies()
 {
     return(await _service.GetAllCompanies());
 }