public TestManagerController(ITestManagerService testManagerService, IUserService userService, IResultManagerService resultManagerService) { this.testManagerService = testManagerService; this.userService = userService; this.resultManagerService = resultManagerService; }
public ResultsController(IResultManagerService resultManagerService) { this.resultManagerService = resultManagerService; }