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