Esempio n. 1
0
 public MarksController(ProjectSem3withTeamContext context)
 {
     _context = context;
 }
 public StudentsController(ProjectSem3withTeamContext context)
 {
     _context = context;
 }