BlobStoringDatabase module consts converted to static

pull/4527/head
Ahmet Çotur 5 years ago
parent a18482bb48
commit 59054a16c4

@ -2,6 +2,9 @@
{
public static class DatabaseContainerConsts
{
public const int MaxNameLength = 128;
/// <summary>
/// Default value: 128.
/// </summary>
public static int MaxNameLength { get; set; } = 128;
}
}
Loading…
Cancel
Save