Esempio n. 1
0
 protected override IServiceProvider Configure(IEventFlowOptions eventFlowOptions)
 {
     return(eventFlowOptions
            .UseInMemorySnapshotPersistence()
            .ServiceCollection.BuildServiceProvider());
 }