Example #1
0
 // Helper Method to create a dynamic dropdown list of Cohorts
 private List <Cohort> GetAllCohorts()
 {
     return(InstructorRepository.GetAllCohorts());
 }