public UploadExamController() { service = new QuestionServices(); serviceExam = new ExamServices(); this.context = context; }
public SemesterExamUserRepository(DBEntityContext context) { this.context = context; }
public UserGroupRepository(DBEntityContext context) { this.context = context; }
public RoleRepository(DBEntityContext context) { this.context = context; }
public ViewTestRepository(DBEntityContext context) { this.context = context; }
public QuestionRepository(DBEntityContext context) { this.context = context; }
public SemesterExamCustomer(DBEntityContext context) { this.context = context; }
public CategoryRepository(DBEntityContext context) { this.context = context; }
public ExamRepository(DBEntityContext context) { this.context = context; }
public SemasterExamResponsitory(DBEntityContext context) { this.context = context; }
public SubjectRepository(DBEntityContext context) { this.context = context; }
public ExamQuestionResponsitory(DBEntityContext context) { this.context = context; }
public AnswerRepository(DBEntityContext context) { this.context = context; }