Beispiel #1
0
 public ProfileController(AssignmentCourseContext context)
 {
     _context = context;
 }
 public ProgrammingLanguageController(AssignmentCourseContext context)
 {
     _context = context;
 }