cloudscribe.Core.Web.Components.GeoDataManager.GetGeoZoneCount C# (CSharp) Method

GetGeoZoneCount() public method

public GetGeoZoneCount ( System.Guid countryGuid ) : Task
countryGuid System.Guid
return Task
        public Task<int> GetGeoZoneCount(Guid countryGuid)
        {
            return queries.GetGeoZoneCount(countryGuid, CancellationToken);
        }