コード例 #1
0
 public string insertInventoryType([FromBody] InventoryType pInventoryType)
 {
     return(loInventoryType.insertInventoryType(pInventoryType));
 }