Ejemplo n.º 1
0
 public dynamic AddInventory(InventoryVM inventoryVM)
 {
     return(InventoryVM.AddInventory(inventoryVM));
 }