コード例 #1
0
 public Inventory AddInventoryItem(Inventory inventory, InventoryItem item)
 => inventoryService.AddInventoryItem(inventory, item);