cloudscribe.Core.Web.Components.GeoDataManager.GetGeoZoneCount C# (CSharp) Méthode

GetGeoZoneCount() public méthode

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