Ejemplo n.º 1
0
 public Task <List <Education> > GetAllEducations()
 {
     return(_repository.GetAllEducations());
 }