Example #1
0
 public IEnumerable <Instructor> GetActive()
 {
     return(instructorRepository.GetActive());
 }