Exemple #1
0
 public static SchemaBuilder AddDocumentDbSchemaStores(this SchemaBuilder builder, string connectionString)
 {
     return(builder.AddDocumentDbSchemaStores(o => { DefaultDbOptions(connectionString, o); }));
 }
Exemple #2
0
 public static SchemaBuilder AddDocumentDbSchemaStores(this SchemaBuilder builder,
                                                       IConfiguration configuration = null)
 {
     return(builder.AddDocumentDbSchemaStores(configuration.Bind));
 }