Пример #1
0
 /// <summary>
 ///     Adds partitioned MongoDB storage of <typeparamref name="TValue"/> value type with <typeparamref name="TKey"/> key type.
 /// </summary>
 public static StorageBuilder AddMongoPartitioned <TKey, TValue>(this StorageBuilder builder) => builder
 .AddMongoPartitioned(typeof(TKey), typeof(TValue));