示例#1
0
 public CreateDegreeModel(AutoDegreeMap.Models.ApplicationDbContext context)
 {
     _context = context;
 }
 public CreateCourseInstanceModel(AutoDegreeMap.Models.ApplicationDbContext context)
 {
     _context = context;
 }
 public CreateSemesterPlanModel(AutoDegreeMap.Models.ApplicationDbContext context)
 {
     _context = context;
 }