Exemplo n.º 1
0
 public TestManagerController(ITestManagerService testManagerService, IUserService userService, IResultManagerService resultManagerService)
 {
     this.testManagerService   = testManagerService;
     this.userService          = userService;
     this.resultManagerService = resultManagerService;
 }
Exemplo n.º 2
0
 public ResultsController(IResultManagerService resultManagerService)
 {
     this.resultManagerService = resultManagerService;
 }