public int ListConditionCount(int page, int size, int store, int project, int stocktype, string stockCode,
                               string stockName, string siv, string fd, string td, string enable)
 {
     return(_customRepository.ListConditionCount(page, size, store, project, stocktype, stockCode, stockName, siv, fd,
                                                 td, enable));
 }