示例#1
0
 public MongoDBStateStoreConfigurator(
     ClaptrapStorageProviderOptions claptrapStorageProviderOptions)
 {
     _claptrapStorageProviderOptions = claptrapStorageProviderOptions;
 }
 public SQLiteEvenStoreConfigurator(
     ClaptrapStorageProviderOptions claptrapStorageProviderOptions)
 {
     _claptrapStorageProviderOptions = claptrapStorageProviderOptions;
 }
 public PostgreSQLStateStoreConfigurator(
     ClaptrapStorageProviderOptions claptrapStorageProviderOptions)
 {
     _claptrapStorageProviderOptions = claptrapStorageProviderOptions;
 }