Exemplo n.º 1
0
 public Task <List <IGeoZone> > GetGeoZonesByCountry(Guid countryGuid)
 {
     return(repo.GetGeoZonesByCountry(countryGuid, CancellationToken));
 }
 public async Task <List <IGeoZone> > GetGeoZonesByCountry(Guid countryGuid)
 {
     return(await repo.GetGeoZonesByCountry(countryGuid));
 }