Exemple #1
0
 public BongController(
     IBongAppService BongAppService,
     INotificationHandler <DomainNotification> notifications,
     IMediatorHandler mediator) : base(notifications, mediator)
 {
     _BongAppService = BongAppService;
 }
Exemple #2
0
 public BongController(IBongAppService BongAppService,
                       INotificationHandler <DomainNotification> notifications) : base(notifications)
 {
     _BongAppService = BongAppService;
 }