public static GestAcaDAL getGestAcaDAL() { if (instance == null) { instance = new GestAcaDAL(); } return(instance); }
public TaughtCourseDAOImp(GestAcaDAL dbcontext) { this.dbcontext = dbcontext; }
public OfficeDAOImp(GestAcaDAL dbcontext) { this.dbcontext = dbcontext; }
public StudentDAOImp(GestAcaDAL dbcontext) { this.dbcontext = dbcontext; }
public EnrollmentDAOImp(GestAcaDAL dbcontext) { this.dbcontext = dbcontext; }
public PersonDAOImp(GestAcaDAL dbcontext) { this.dbcontext = dbcontext; }
public AbsenceDAOImp(GestAcaDAL dbcontext) { this.dbcontext = dbcontext; }
public TeacherDAOImp(GestAcaDAL dbcontext) { this.dbcontext = dbcontext; }