예제 #1
0
 public Inventory AddInventory(Inventory newInv)
 {
     return(_repo.AddInventory(newInv));
 }