示例#1
0
 public StudentController(Training3LabContext context)
 {
     _context = context;
 }
 public CourseController(Training3LabContext context)
 {
     _context = context;
 }