コード例 #1
0
 public UserController(
     INotificationHandler <DomainNotification> notifications,
     IDomainNotificationMediatorService mediator,
     IDummyUserService dummyUserService,
     IMapper mapper) : base(notifications, mediator)
 {
     _dummyUserService = dummyUserService;
     _mapper           = mapper;
 }