Example #1
0
 public IEnumerable <Department> GetAll()
 {
     return(_repository.GetAllActive());
 }