Exemple #1
0
 public StudentDetailsController(SchoolFinderContext context)
 {
     _context = context;
 }
Exemple #2
0
 public UsersController(SchoolFinderContext context)
 {
     _context = context;
 }