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