Example #1
0
 public static IQueryable querid(string store, string StName, string StoreName)
 {
     return(StorehouseDAL.querid(store, StName, StoreName));
 }
Example #2
0
 public static PageList querid(int pageIndex, int pagesize, string SupName, string StName, string StoreNum)
 {
     return(StorehouseDAL.querid(pageIndex, pagesize, SupName, StName, StoreNum));
 }