refactor: update doc comment
This commit is contained in:
parent
492f9a82ca
commit
b7839c4d44
@ -39,8 +39,11 @@ public static class DependencyInjection
|
||||
internal ADConfigurationOptions(IServiceCollection services) => _services = services;
|
||||
|
||||
/// <summary>
|
||||
/// https://luckypennysoftware.com/
|
||||
/// Gets or sets the license key used to activate Lucky Penny Software libraries.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// For more information, visit: https://luckypennysoftware.com/
|
||||
/// </remarks>
|
||||
public string? LPLicenseKey { get; set; }
|
||||
|
||||
private void EnsureSingleMappingConfiguration(Action action)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user