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; }
public FaseController(IFaseService faseService, INotificationHandler <Notification> notifications) : base(notifications) =>
public FaseAppService(IFaseService faseService) { _faseService = faseService; }