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