Exemplo n.º 1
0
 public DataTable CatWiseItems(StockInModel stockInModel)
 {
     return(_stockInRepository.CatWiseItems(stockInModel));
 }