示例#1
0
 public EventRegistrationDAL(ICheckStudentExists checkStudentExists, EAT_DBContext eatDbContext)
 {
     _checkStudentExists = checkStudentExists;
     _eatDBContext       = eatDbContext;
 }
示例#2
0
 public bool UseInterface(ICheckStudentExists checkStudentExists)
 {
     return(checkStudentExists.CheckStudent("Temp"));
 }