示例#1
0
 public QuestionService(IDataContext context)
 {
     disciplineStorage = context.DisciplineStorage;
     questionStorage = context.QuestionStorage;
     answerStorage = context.AnswerStorage;
 }
示例#2
0
 public QuestionService(IDataContext context)
 {
     disciplineStorage = context.DisciplineStorage;
     questionStorage   = context.QuestionStorage;
     answerStorage     = context.AnswerStorage;
 }