Пример #1
0
 public Task <int> GetGeoZoneCount(Guid countryGuid)
 {
     return(repo.GetGeoZoneCount(countryGuid, CancellationToken));
 }
 public async Task <int> GetGeoZoneCount(Guid countryGuid)
 {
     return(await repo.GetGeoZoneCount(countryGuid));
 }