pull/4998/head
Alper Ebicoglu 5 years ago
parent 4f19255dae
commit 4c29e68a81

@ -3,7 +3,7 @@
public static class OrganizationUnitConsts
{
/// <summary>
/// Maximum length of the <see cref="DisplayName"/> property.
/// Maximum length of the DisplayName property.
/// </summary>
public static int MaxDisplayNameLength { get; set; } = 128;
@ -18,7 +18,7 @@
public const int CodeUnitLength = 5;
/// <summary>
/// Maximum length of the <see cref="Code"/> property.
/// Maximum length of the Code property.
/// </summary>
public const int MaxCodeLength = MaxDepth * (CodeUnitLength + 1) - 1;
}

@ -168,7 +168,7 @@ namespace Volo.Abp.Identity
}
}
catch (Exception e)
catch
{
throw;
}

Loading…
Cancel
Save