Example #1
0
 public EventRegistrationDAL(ICheckStudentExists checkStudentExists, EAT_DBContext eatDbContext)
 {
     _checkStudentExists = checkStudentExists;
     _eatDBContext       = eatDbContext;
 }
Example #2
0
 public CheckStudentExists(EAT_DBContext eatDbContext)
 {
     _eatDBContext = eatDbContext;
 }