public AddNotificationDefCommandHandler(
     ILogger <AddNotificationDefCommandHandler> logger,
     INotificationDefQueryRepository notificationDefQueryRepository,
     INotificationDefCommandRepository notificationDefCommandRepository)
 {
     _logger = logger;
     _notificationDefQueryRepository   = notificationDefQueryRepository;
     _notificationDefCommandRepository = notificationDefCommandRepository;
 }
 public DeleteNotificationDefPeopleAssignmentCommandHandler(
     ILogger <DeleteNotificationDefPeopleAssignmentCommandHandler> logger,
     INotificationDefQueryRepository notificationDefQueryRepository,
     INotificationDefCommandRepository notificationDefCommandRepository)
 {
     _logger = logger;
     _notificationDefQueryRepository   = notificationDefQueryRepository;
     _notificationDefCommandRepository = notificationDefCommandRepository;
 }
示例#3
0
 public UpdateNotificationDefInfoCommandHandler(
     ILogger <UpdateNotificationDefInfoCommandHandler> logger,
     INotificationDefQueryRepository notificationDefQueryRepository,
     INotificationDefCommandRepository notificationDefCommandRepository)
 {
     _logger = logger;
     _notificationDefQueryRepository   = notificationDefQueryRepository;
     _notificationDefCommandRepository = notificationDefCommandRepository;
 }
 public DeleteNotificationDefPresentationParameterCommandHandler(ILogger <DeleteNotificationDefPresentationParameterCommandHandler> logger, INotificationDefQueryRepository notificationDefQueryRepository, INotificationDefCommandRepository notificationDefCommandRepository)
 {
     _logger = logger;
     _notificationDefQueryRepository   = notificationDefQueryRepository;
     _notificationDefCommandRepository = notificationDefCommandRepository;
 }