예제 #1
0
 public LessonService(IMapper mapper,
                      IMediatorHandler bus,
                      IUnitOfWork unitOfWork,
                      IModuleService moduleService,
                      IFaseService faseService,
                      ISpecialWeekService specialWeekService) : base(bus, unitOfWork)
 {
     _mapper             = mapper;
     _moduleService      = moduleService;
     _faseService        = faseService;
     _specialWeekService = specialWeekService;
 }
예제 #2
0
 public SpecialWeekController(ISpecialWeekService specialWeekService,
                              INotificationHandler <Notification> notifications) : base(notifications) =>