Beispiel #1
0
 public GradesController(StudentPortfolioContext context)
 {
     _context = context;
 }
 public AssignmentsController(StudentPortfolioContext context)
 {
     _context = context;
 }