Пример #1
0
 public List <Professor> GetAll()
 {
     return(_repository.GetAllActive());
 }