mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
docs: remove duplicate documentation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7987eb8f9b
commit
c70a8edc24
1 changed files with 3 additions and 3 deletions
|
|
@ -80,9 +80,9 @@ namespace PepperDash.Essentials.Core
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="key">Secret Key</param>
|
/// <param name="key">Secret Key</param>
|
||||||
/// <returns>ISecret Object containing key, provider, and value</returns>
|
/// <returns>ISecret Object containing key, provider, and value</returns>
|
||||||
/// <summary>
|
|
||||||
/// GetSecret method
|
|
||||||
/// </summary>
|
|
||||||
public ISecret GetSecret(string key)
|
public ISecret GetSecret(string key)
|
||||||
{
|
{
|
||||||
string mySecret;
|
string mySecret;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue