Exemplo n.º 1
0
 public TopicController(IErechtheionConfiguration erechtheionConfiguration, ITopicApplicationService topicApplicationService) : base(erechtheionConfiguration)
 {
     _topicApplicationService = topicApplicationService;
 }
 public TopicController(ITopicApplicationService applicationService,
                        IDomainNotificationHandler <DomainNotification> notification,
                        IUser user) : base(notification, user)
 {
     _applicationService = applicationService;
 }