cloudscribe.Core.Web.Components.GeoDataManager.GetGeoZoneCount C# (CSharp) Метод

GetGeoZoneCount() публичный Метод

public GetGeoZoneCount ( System.Guid countryGuid ) : Task
countryGuid System.Guid
Результат Task
        public Task<int> GetGeoZoneCount(Guid countryGuid)
        {
            return queries.GetGeoZoneCount(countryGuid, CancellationToken);
        }