示例#1
0
 public ShopService(GameContext context)
 {
     this.context          = context;
     this.inventoryService = new InventoryService(context);
 }
 public RewardService(GameContext context)
 {
     this.context     = context;
     inventoryService = new InventoryService(context);
 }