public EfPresentationDataAccess(PdrAutomateContext context) : base(context)
 {
 }
示例#2
0
 public EfQuestionsDataAccess(PdrAutomateContext context) : base(context)
 {
 }
 public EfStudentQuestionnarieQuestionAnswerDataAccess(PdrAutomateContext context) : base(context)
 {
 }
 public EfStudentPresentationsession(PdrAutomateContext context) : base(context)
 {
 }
示例#5
0
 public EfAnewDictionaryDataAccess(PdrAutomateContext context) : base(context)
 {
 }
示例#6
0
 public EfUnitOfWork(PdrAutomateContext _dbContext)
 {
     dbContext = _dbContext ?? throw new ArgumentNullException("db null");
 }
示例#7
0
 public EfPresentationSession(PdrAutomateContext context) : base(context)
 {
 }