public GetTeacherScheduleCommand(ITeachersSource teachers, IKeyboardsFactory keyboards, IScheduleService scheduleService, TeacherScheduleSelector teacherSelector) : base("f_") { this.teachers = teachers; this.keyboards = keyboards; this.scheduleService = scheduleService; this.teacherSelector = teacherSelector; }
public UpdTeachersListCommand(ITeachersSource teachers, IKeyboardsFactory keyboards) : base("updleclist") { this.teachers = teachers; this.keyboards = keyboards; }