public StudentController(IWorkResultService workResultService)
 {
     _workResultService = workResultService;
 }
Beispiel #2
0
 public ClassController(IWorkResultService workResultService)
 {
     _workResultService = workResultService;
 }