public static RebusSagasConfigurer WithIdempotentSagas(this RebusSagasConfigurer configurer) { var manager = new IdempotentSagasManager(configurer.Backbone); return configurer; }
public static RebusSagasConfigurer WithIdempotentSagas(this RebusSagasConfigurer configurer) { var manager = new IdempotentSagasManager(configurer.Backbone); return(configurer); }