Ejemplo n.º 1
0
 public CardsController(ICommandDispatcher commandDispatcher, ICardsQueryService cardsQueryService)
     : base(commandDispatcher)
 {
     _cardsQueryService = cardsQueryService;
 }
Ejemplo n.º 2
0
 public SessionsManager(IMemoryCache cache, ICardsQueryService cardsQueryService)
 {
     _cache             = cache;
     _cardsQueryService = cardsQueryService;
 }