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 a63f96b commit be34f2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Pandatech.CleanArchitecture.Infrastructure.Helpers;
using Pandatech.CleanArchitecture.Infrastructure.Extensions;
using Pandatech.CleanArchitecture.Infrastructure.Helpers;
using RegexBox;

namespace Pandatech.CleanArchitecture.Api.Extensions;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Microsoft.Extensions.Configuration;

namespace Pandatech.CleanArchitecture.Infrastructure.Helpers;
namespace Pandatech.CleanArchitecture.Infrastructure.Extensions;

public static class ConfigurationHelper
public static class ConfigurationExtensions
{
private const string AesKeyConfigurationPath = "Security:AESKey";
private const string RedisConfigurationPath = "Redis";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Microsoft.Extensions.DependencyInjection;
using Pandatech.CleanArchitecture.Core.Enums;
using Pandatech.CleanArchitecture.Infrastructure.Context;
using Pandatech.CleanArchitecture.Infrastructure.Extensions;
using Pandatech.CleanArchitecture.Infrastructure.Helpers;
using Pandatech.Crypto;

Expand Down

0 comments on commit be34f2f

Please sign in to comment.