Exemple #1
0
 /// <summary>
 ///     Configures the storage to connect a MongoDB database by <paramref name="connectionString"/>.
 /// </summary>
 public static StorageBuilder UseMongo(this StorageBuilder builder, string connectionString) =>
 builder.UseMongo(o => o.ConnectionString = connectionString);