Esempio n. 1
0
 public Inventory AddInventory(Inventory newInv)
 {
     return(_repo.AddInventory(newInv));
 }