Exemple #1
0
 public GetAvailableTimeslotsHandler(ITeacherPersistencePort tpp)
 {
     this._tpp = tpp;
 }
 public CreateTimeslotHandler(ITeacherPersistencePort tpp,
                              ICalendarPersistencePort cpp)
 {
     this._tpp = tpp;
     this._cpp = cpp;
 }
 public GetTeachersHandler(ITeacherPersistencePort tpp)
 {
     this._tpp = tpp;
 }