Пример #1
0
 public List <Item> StockWarning(int quantity)
 {
     return(itemDataAccess.StockWarning(quantity));
 }