Пример #1
0
 //public DataTable SelectItemAll(Item item)
 //{
 //    return _stockInRepository.SelectItemAll(item);
 //}
 public DataTable ShowGridItem(Stock stock)
 {
     return(_stockInRepository.ShowGridItem(stock));
 }