コード例 #1
0
 public InventoryDTO AddInvenotry([FromBody] InventoryDTO inventory)
 {
     return(_inventoryService.AddInvenotry(inventory));
 }