Beispiel #1
0
 public DataTable ShowItems(Item item)
 {
     return(_stockInRepository.ShowItems(item));
 }