예제 #1
0
 public List <DTOAlumno> ConsultarAlumnosEmpresa(string grupoId)
 {
     return(BLLAlumnoPortal.AlumnosEmpresa(int.Parse(grupoId)));
 }