public IList <V3_List_StockAssign_Detail> ListConditionDetailExcel(int page, int size, int store, int project,
                                                                    int stocktype, string stockCode, string stockName, string siv, string fd, string td, string enable)
 {
     return(_customRepository.ListConditionDetailExcel(page, size, store, project, stocktype, stockCode, stockName, siv, fd,
                                                       td, enable));
 }