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