refactor: update doc comment

This commit is contained in:
Developer 02 2025-08-05 14:15:25 +02:00
parent 492f9a82ca
commit b7839c4d44

View File

@ -39,8 +39,11 @@ public static class DependencyInjection
internal ADConfigurationOptions(IServiceCollection services) => _services = services; internal ADConfigurationOptions(IServiceCollection services) => _services = services;
/// <summary> /// <summary>
/// https://luckypennysoftware.com/ /// Gets or sets the license key used to activate Lucky Penny Software libraries.
/// </summary> /// </summary>
/// <remarks>
/// For more information, visit: https://luckypennysoftware.com/
/// </remarks>
public string? LPLicenseKey { get; set; } public string? LPLicenseKey { get; set; }
private void EnsureSingleMappingConfiguration(Action action) private void EnsureSingleMappingConfiguration(Action action)