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