Example #1
0
 public CicloAcademicoDAO(IGestorDAO gestorSQL)
 {
     this.gestorSQL = (GestorSQL)gestorSQL;
 }
Example #2
0
 public UsuarioDAO(IGestorDAO gestorSQL)
 {
     this.gestorSQL = (GestorSQL)gestorSQL;
 }
Example #3
0
 public MatriculaDAO(IGestorDAO gestorSQL)
 {
     this.gestorSQL = (GestorSQL)gestorSQL;
 }
Example #4
0
 public AlumnoDAO(IGestorDAO gestorSQL)
 {
     this.gestorSQL = (GestorSQL)gestorSQL;
 }