Esempio n. 1
0
 public CardBrandController(
     ICardBrandAppService CardBrandAppService,
     INotificationHandler <DomainNotification> notifications,
     IMediatorHandler mediator) : base(notifications, mediator)
 {
     _CardBrandAppService = CardBrandAppService;
 }
 public CardBrandController(ICardBrandAppService cardBrandAppService,
                            INotificationHandler <DomainNotification> notifications) : base(notifications)
 {
     _cardBrandAppService = cardBrandAppService;
 }