Esempio n. 1
0
 public GetCalendarHandler(ICalendarPersistencePort cpp)
 {
     _cpp = cpp;
 }
 public CreateCalendarHandler(ICalendarPersistencePort cpp)
 {
     this._cpp = cpp;
 }
Esempio n. 3
0
 public AvaliableCalendarsRequestHandler(ICalendarPersistencePort cpp)
 {
     this._cpp = cpp;
 }
 public CreateTimeslotHandler(ITeacherPersistencePort tpp,
                              ICalendarPersistencePort cpp)
 {
     this._tpp = tpp;
     this._cpp = cpp;
 }