예제 #1
0
 public IList <V3_List_StockIn> ListCondition(int page, int size, int store, int poType, string status, int po, int supplier,
                                              string srv, string stockCode, string stockName, string fd, string td, string enable)
 {
     return(_customRepository.ListCondition(page, size, store, poType, status, po, supplier, srv, stockCode, stockName, fd, td, enable));
 }