コード例 #1
0
 public CreateDegreeModel(AutoDegreeMap.Models.ApplicationDbContext context)
 {
     _context = context;
 }
コード例 #2
0
 public CreateCourseInstanceModel(AutoDegreeMap.Models.ApplicationDbContext context)
 {
     _context = context;
 }
コード例 #3
0
 public CreateSemesterPlanModel(AutoDegreeMap.Models.ApplicationDbContext context)
 {
     _context = context;
 }