Ejemplo n.º 1
0
 public GetMatchByIdQueryHandler(IMatchListItemsService matchListItemsService)
 {
     _matchListItemsService = matchListItemsService;
 }
Ejemplo n.º 2
0
 public GameHub(IMatchListItemsService matchListItemsService)
 {
     _matchListItemsService = matchListItemsService;
 }
Ejemplo n.º 3
0
 public AddMatchListItemCommandHandler(IMatchListItemsService matchListItemsService)
 {
     _matchListItemsService = matchListItemsService;
 }
Ejemplo n.º 4
0
 public RemoveMatchByUrlCommandHandler(IMatchListItemsService matchListItemsService)
 {
     _matchListItemsService = matchListItemsService;
 }
 public GetNumberOfConnectionsByUrlQueryHandler(IMatchListItemsService matchListItemsService)
 {
     _matchListItemsService = matchListItemsService;
 }
 public RemoveEmptyMatchesCommandHandler(IMatchListItemsService context)
 {
     _matchListItemsService = context;
 }
Ejemplo n.º 7
0
 public RemoveConnectionCommandHandler(IMatchListItemsService matchListItemsService)
 {
     _matchListItemsService = matchListItemsService;
 }
Ejemplo n.º 8
0
 public GetAllMatchListItemsQueryHandler(IMatchListItemsService matchListItemsService)
 {
     _matchListItemsService = matchListItemsService;
 }