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