Example #1
0
 public Estudiante FindEstudianteById(int idestudiante)
 {
     return(commonR.FindEstudianteById(idestudiante));
 }