Esempio n. 1
0
 public TutorDAO()
 {
     _context = new TutorDatabaseContext();
 }
Esempio n. 2
0
        public BookingDAO()

        {
            _context = new TutorDatabaseContext();
        }
Esempio n. 3
0
 public SubjectDAO()
 {
     _context = new TutorDatabaseContext();
 }