Example #1
0
 public ChaosService(IChaosRegistrantHelper registrantHelper)
 {
     _registrantHelper = registrantHelper;
 }
Example #2
0
 public ChaosMonkeyController(IChaosRegistrantHelper registrantHelper, IChaosService chaosService)
 {
     _registrantHelper = registrantHelper;
     _chaosService     = chaosService;
 }