예제 #1
0
        public com.ocwebservice.locator.model.WCFPagedList <ILocatorResult> GetPagedLocatorResults(LocatorSearchOptions searchOptions, OwensCorning.Paging.PageInfo pagingInfo)
        {
            IEnumerable <ILocatorResult> results = LocatorService.Instance.GetDealerLocatorResults(searchOptions);

            return(new com.ocwebservice.locator.model.WCFPagedList <ILocatorResult>(results, pagingInfo));
        }
예제 #2
0
 public com.ocwebservice.locator.model.WCFPagedList <ILocatorResult> GetPagedLocatorResults(LocatorSearchOptions searchOptions, OwensCorning.Paging.PageInfo pagingInfo)
 {
     throw new NotImplementedException();
 }