cloudscribe.Core.Web.Components.GeoDataManager.GetGeoZonePage C# (CSharp) 메소드

GetGeoZonePage() 공개 메소드

public GetGeoZonePage ( System.Guid countryGuid, int pageNumber, int pageSize ) : Task>
countryGuid System.Guid
pageNumber int
pageSize int
리턴 Task>
        public Task<List<IGeoZone>> GetGeoZonePage(Guid countryGuid, int pageNumber, int pageSize)
        {
            return queries.GetGeoZonePage(countryGuid, pageNumber, pageSize, CancellationToken);
        }