Ejemplo n.º 1
0
 public dynamic DeleteInventory(InventoryVM inventory)
 {
     return(InventoryVM.Delete(inventory));
 }