Пример #1
0
 public EventWarningController(IEventAppService eventAppService, IEventWarningAppService eventWarningAppService)
 {
     this.eventAppService        = eventAppService;
     this.eventWarningAppService = eventWarningAppService;
 }
Пример #2
0
 public HomeController(IEventWarningAppService eventWarningAppService)
 {
     this.eventWarningAppService = eventWarningAppService;
 }