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