Пример #1
0
 internal bool Edit(Inventory inventory)
 {
     _status = _inventoryDal.Edit(inventory);
     return(_status);
 }