public ShopService(GameContext context) { this.context = context; this.inventoryService = new InventoryService(context); }
public RewardService(GameContext context) { this.context = context; inventoryService = new InventoryService(context); }