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);
        }