コード例 #1
0
 public GetAvailableTimeslotsHandler(ITeacherPersistencePort tpp)
 {
     this._tpp = tpp;
 }
コード例 #2
0
 public CreateTimeslotHandler(ITeacherPersistencePort tpp,
                              ICalendarPersistencePort cpp)
 {
     this._tpp = tpp;
     this._cpp = cpp;
 }
コード例 #3
0
 public GetTeachersHandler(ITeacherPersistencePort tpp)
 {
     this._tpp = tpp;
 }