示例#1
0
 public DataTable ComWiseCat(StockInModel stockInModel)
 {
     return(_stockInRepository.ComWiseCat(stockInModel));
 }