public IEnumerable <Applications.Models.Application> Search(PagedDataState state, ApplicationSearchCriteria searchCriteria)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public IEnumerable <ServiceAction> Search(PagedDataState state, ServiceActionSearchCriteria searchCriteria)
 {
     throw new NotImplementedException();
 }