コード例 #1
0
 public async Task <ICollection <GeneratedService.ResponseCompany> > GetCompaniesAsync(
     [Service] CompanyClient service, CancellationToken cancellationToken)
 {
     return(await service.GetAllAsync(cancellationToken));
 }