Ejemplo n.º 1
0
 public List <AlumnoInscripcion> GetAllByCurso(int IDCurso)
 {
     return(inscripcionData.GetAllByCurso(IDCurso));
 }