Exemplo n.º 1
0
 public Education GetById(int id)
 {
     return(_educationDal.GetById(id));
 }