Beispiel #1
0
 public StudentsController(EFCoreDBFirstDemoContext context)
 {
     _context = context;
 }
 public GradesController(EFCoreDBFirstDemoContext context)
 {
     _context = context;
 }