コード例 #1
0
 public EducationAnywhereDataAccess()
 {
     _dataContext = new EducationAnywhereContext();
 }
コード例 #2
0
 public EducationAnywhereDataAccess()
 {
     _dataContext = new EducationAnywhereContext();
 }
コード例 #3
0
 public EducationAnywhereDataAccess(EducationAnywhereContext context)
 {
     _dataContext = context;
 }
コード例 #4
0
 public EducationAnywhereDataAccess(EducationAnywhereContext context)
 {
     _dataContext = context;
 }