Esempio n. 1
0
 public IList <V3_List_StockReturn_Detail> ListConditionDetailExcel(int page, int size, int store, int project, int stockType, string stockCode, string stockName, string srv, string fd, string td, string enable)
 {
     return(_customRepository.ListConditionDetailExcel(page, size, store, project, stockType, stockCode, stockName, srv, fd, td, enable));
 }