Esempio n. 1
0
 public EventRegistrationDAL(ICheckStudentExists checkStudentExists, EAT_DBContext eatDbContext)
 {
     _checkStudentExists = checkStudentExists;
     _eatDBContext       = eatDbContext;
 }
Esempio n. 2
0
 public CheckStudentExists(EAT_DBContext eatDbContext)
 {
     _eatDBContext = eatDbContext;
 }