Example #1
0
 public StudentsController(ContosoUniversityDataContext context)
 {
     _context = context;
 }