public QuestionController()
 {
     _context = new StudyEnglishContext();
 }
Пример #2
0
 public TopicResultController()
 {
     _context = new StudyEnglishContext();
 }
 public SongController()
 {
     _context = new StudyEnglishContext();
 }
 public VocabularyController()
 {
     _context = new StudyEnglishContext();
 }
Пример #5
0
 public VocabularyBL(StudyEnglishContext context)
 {
     _context = context;
 }
Пример #6
0
 public SongBL(StudyEnglishContext context)
 {
     _context = context;
 }
 public TopicResultBL(StudyEnglishContext context)
 {
     _context = context;
 }
Пример #8
0
 public SubtitleBL(StudyEnglishContext context)
 {
     _context = context;
 }
Пример #9
0
 public SubtitleController()
 {
     _context = new StudyEnglishContext();
 }
Пример #10
0
 public AnswerBL(StudyEnglishContext context)
 {
     _context = context;
 }
Пример #11
0
 public AnswerController()
 {
     _context = new StudyEnglishContext();
 }
Пример #12
0
 public QuestionBL(StudyEnglishContext context)
 {
     _context = context;
 }