コード例 #1
0
 public StudentController(EnrolledStudentsDbContext context)
 {
     _context = context;
 }