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