Exemplo n.º 1
0
 public AssessmentEvent(AssessmentType type, string location, SubjectDelivery subject, DateTime startDate, DateTime endDate)
     : this(type, location, subject)
 {
     TimePeriod = new TimePeriod(startDate, endDate);
 }
Exemplo n.º 2
0
 public TimeTableItem(TimePeriod timePeriod, string location)
 {
     TimePeriod = timePeriod;
     Location = location;
 }
Exemplo n.º 3
0
 public AssessmentEvent(AssessmentType type, string location, SubjectDelivery subject, DateTime startDate, DateTime endDate)
     : this(type, location, subject)
 {
     TimePeriod = new TimePeriod(startDate, endDate);
 }