public EventRegistrationDAL(ICheckStudentExists checkStudentExists, EAT_DBContext eatDbContext) { _checkStudentExists = checkStudentExists; _eatDBContext = eatDbContext; }
public bool UseInterface(ICheckStudentExists checkStudentExists) { return(checkStudentExists.CheckStudent("Temp")); }