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