Example #1
0
 public CursosEstudiante FindCursoEstudianteByIdCurso(int idcurso)
 {
     return(commonR.FindCursoEstudianteByIdCurso(idcurso));
 }