Exemple #1
0
 public ArtigoController(INotificationHandler <DomainNotification> notifications,
                         IMediatorHandler mediator,
                         IArtigoAppService artigoAppService) : base(notifications, mediator)
 {
     _artigoAppService = artigoAppService;
 }