Esempio n. 1
0
 public int ListConditionCount(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.ListConditionCount(page, size, store, poType, status, po, supplier, srv, stockCode, stockName, fd, td, enable));
 }