This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | public abstract class With<TSaga> where TSaga : SagaStateMachine<TSaga>, ISaga | |
| { | |
| private SagaTest<BusTestScenario, TSaga> _test; | |
| public SagaTest<BusTestScenario, TSaga> Test | |
| { | |
| get { return _test; } | |
| } | |
| protected TSaga CreateSagaInState(Guid correlationId, State state) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package { 'redis-server': | |
| ensure => present | |
| } | |
| service { 'redis-server' : | |
| enable => true, | |
| ensure => running, | |
| require => Package['redis-server'] | |
| } | 
OlderNewer