Ejemplo n.º 1
0
 public VendorBill AddVendorBill(VendorBillVM inventoryVM)
 {
     return(InventoryVM.AddVendorBill(inventoryVM));
 }