Beispiel #1
0
 public AssignmentTaskController(OutcomeReportingContext context)
 {
     _context = context;
 }
 public LearningOutcomeController(OutcomeReportingContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public DepartmentController(OutcomeReportingContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public CourseController(OutcomeReportingContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public StudentController(OutcomeReportingContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public ImportExcelController(OutcomeReportingContext context)
 {
     _context = context;
 }