コード例 #1
0
 public TimeSheetController(
     ITimeSheetAppService timeSheetAppService,
     INotificationHandler <DomainNotification> notifications,
     IMediatorHandler mediator) : base(notifications, mediator)
 {
     _timeSheetAppService = timeSheetAppService;
 }
コード例 #2
0
 public TimeSheetController(ITimeSheetAppService timeSheetAppService,
                            INotificationHandler <DomainNotification> notifications) : base(notifications)
 {
     _timeSheetAppService = timeSheetAppService;
 }