Exemple #1
0
 public TutorDAO()
 {
     _context = new TutorDatabaseContext();
 }
Exemple #2
0
        public BookingDAO()

        {
            _context = new TutorDatabaseContext();
        }
Exemple #3
0
 public SubjectDAO()
 {
     _context = new TutorDatabaseContext();
 }