Beispiel #1
0
 public DriverController(
     IDriverAppService driverAppService,
     INotificationHandler <DomainNotification> notifications,
     IMediatorHandler mediator) : base(notifications, mediator)
 {
     _driverAppService = driverAppService;
 }
Beispiel #2
0
 public DriverController(IDriverAppService driverAppService)
 {
     _driverAppService = driverAppService;
 }