示例#1
0
 public RegistrarMatriculaServicio()
 {
     gestorDAO         = new GestorSQL();
     alumnoDAO         = new AlumnoDAO(gestorDAO);
     cicloAcademicoDAO = new CicloAcademicoDAO(gestorDAO);
     matriculaDAO      = new MatriculaDAO(gestorDAO);
 }
示例#2
0
 public GenerarReporteDeMatriculasServicio()
 {
     gestorDAO         = new GestorSQL();
     cicloAcademicoDAO = new CicloAcademicoDAO(gestorDAO);
     matriculaDAO      = new MatriculaDAO(gestorDAO);
 }