Example #1
0
 public string updateInventoryType([FromBody] InventoryType pInventoryType)
 {
     return(loInventoryType.updateInventoryType(pInventoryType));
 }