Skip to content

Commit

Permalink
configuration extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
HaikAsatryan committed Aug 27, 2024
1 parent 04a6dec commit 34461f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System.Collections;
using Pandatech.Crypto;
using Pandatech.VerticalSlices.Domain.Enums;
using Pandatech.VerticalSlices.SharedKernel.Extensions;
using Pandatech.VerticalSlices.SharedKernel.Helpers;

namespace Pandatech.VerticalSlices.Context.SeedDatabase.User;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace Pandatech.VerticalSlices.SharedKernel.Helpers;
namespace Pandatech.VerticalSlices.SharedKernel.Extensions;

public static class ConfigurationHelper
public static class ConfigurationExtensions
{
private const string AesKeyConfigurationPath = "Security:AESKey";
private const string RedisConfigurationPath = "Redis";
Expand Down

0 comments on commit 34461f0

Please sign in to comment.