Exemplo n.º 1
0
 public List <Education> GetAll()
 {
     return(_educationDal.GetAll().ToList());
 }
Exemplo n.º 2
0
 public ICollection <Education> GetAll()
 {
     return(_educationDAL.GetAll());
 }