Esempio n. 1
0
 public TestData(IImperaContext context, IComponentContext componentContext, IGameService gameService)
 {
     this.context          = context;
     this.componentContext = componentContext;
     this.GameService      = gameService;
 }
Esempio n. 2
0
 public TestData(IImperaContext context, IComponentContext componentContext, IGameService gameService)
 {
     this.context = context;
     this.componentContext = componentContext;
     this.GameService = gameService;
 }