コード例 #1
0
 public QuestionController()
 {
     _context = new StudyEnglishContext();
 }
コード例 #2
0
 public TopicResultController()
 {
     _context = new StudyEnglishContext();
 }
コード例 #3
0
 public SongController()
 {
     _context = new StudyEnglishContext();
 }
コード例 #4
0
 public VocabularyController()
 {
     _context = new StudyEnglishContext();
 }
コード例 #5
0
 public VocabularyBL(StudyEnglishContext context)
 {
     _context = context;
 }
コード例 #6
0
 public SongBL(StudyEnglishContext context)
 {
     _context = context;
 }
コード例 #7
0
 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;
 }