Ejemplo n.º 1
0
 public StudentDTO GetById(int id)
 {
     _studentDal = new StudentDAL();
     return _studentDal.GetById(id);
 }