Esempio n. 1
0
 public StudentController(StudentAdminContext context)
 {
     _context = context;
 }
 public MarksController(StudentAdminContext context)
 {
     _context = context;
 }