Exemplo n.º 1
0
 public GwentMatchs(Func <IHubContext <GwentHub> > hub, GwentCardTypeService gwentCardTypeService, GwentServerService gwentService)
 {
     _hub = hub;
     _gwentCardTypeServic = gwentCardTypeService;
     _gwentService        = gwentService;
 }
Exemplo n.º 2
0
 public GwentHub(GwentServerService gwentServerService) => _gwentServerService = gwentServerService;