Ejemplo n.º 1
0
 public ReviewRPTestCommand(IRPTestManager rpTestManager, IHttpContextReader httpContextReader,
                            INotifier notifier, IHubManager <NotifierHub> hubManager, IMapper mapper)
 {
     this.rpTestManager     = rpTestManager;
     this.httpContextReader = httpContextReader;
     this.notifier          = notifier;
     this.hubManager        = hubManager;
     this.mapper            = mapper;
 }
 public GenerateAnswersForPartTwoCommand(IRPTestManager rpTestManager)
 {
     this.rpTestManager = rpTestManager;
 }
 public PassRPTestPartOneCommand(IRPTestManager rpTestManager)
 {
     this.rpTestManager = rpTestManager;
 }