public LessonsController(ILessonService lessonService, IFieldService fieldService, ILessonLevelService lessonLevelService) { this.lessonService = lessonService; this.fieldService = fieldService; this.lessonLevelService = lessonLevelService; }
public LessonLevelsController(KorepetycjeContext context, ILessonLevelService lessonLevelService) { ctx = context; logger = LogManager.GetLogger("apiLogger"); levelService = lessonLevelService; }