Exemplo n.º 1
0
 public IList <V3_List_StockIn_Detail> ListConditionDetailExcel(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.ListConditionDetailExcel(page, size, store, poType, status, po, supplier, srv, stockCode, stockName, fd, td, enable));
 }