Exemple #1
0
 /// <summary>
 /// Get all the winter sections
 /// </summary>
 /// <returns>Winter sections</returns>
 public List <Section> GetWinterSections()
 {
     return(winterTimetable.GetSections().ToList());
 }
Exemple #2
0
 /// <summary>
 /// Get all the fall sections
 /// </summary>
 /// <returns>Fall sections</returns>
 public List <Section> GetFallSections()
 {
     return(fallTimetable.GetSections().ToList());
 }