Exemplo n.º 1
0
 public RemoveCardCommandHandler(ICardsCommandService cardsCommandService)
 {
     _cardsCommandService = cardsCommandService;
 }
Exemplo n.º 2
0
 public EditCardCommandHandler(ICardsCommandService cardsCommandService, IImagesManager imagesManager)
 {
     _cardsCommandService = cardsCommandService;
     _imagesManager       = imagesManager;
 }
 public ConfirmCardCommandHandler(ICardsCommandService cardsCommandService)
 {
     _cardsCommandService = cardsCommandService;
 }