Exemplo n.º 1
0
 public DTOAlumnoBaja ConsultaAlumnoBaja(string AlumnoId)
 {
     return(BLLAlumnoPortal.ConsultaAlumnoBaja(int.Parse(AlumnoId)));
 }