refactor directory

master
Young 7 months ago
parent ebb8d30789
commit b7ba06867e

@ -1,4 +1,6 @@
namespace Infrastructure.Tests; using Infrastructure.Repository.Redis;
namespace Infrastructure.Tests;
public class IdempotencyFilterTests public class IdempotencyFilterTests
{ {

@ -1,5 +1,6 @@
using Infrastructure.Options; using Infrastructure.Options;
using Infrastructure.Repository; using Infrastructure.Repository;
using Infrastructure.Repository.Redis;
using StackExchange.Redis; using StackExchange.Redis;
namespace Infrastructure.Extensions; namespace Infrastructure.Extensions;

@ -4,6 +4,7 @@ using Infrastructure.Utils;
using Microsoft.AspNetCore.Mvc.Controllers; using Microsoft.AspNetCore.Mvc.Controllers;
using Microsoft.AspNetCore.Mvc.Filters; using Microsoft.AspNetCore.Mvc.Filters;
using System.Security.Cryptography; using System.Security.Cryptography;
using Infrastructure.Repository.Redis;
using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc;
namespace Infrastructure.Filters; namespace Infrastructure.Filters;

@ -1,6 +1,6 @@
using StackExchange.Redis; using StackExchange.Redis;
namespace Infrastructure.Repository; namespace Infrastructure.Repository.Redis;
/// <summary> /// <summary>
/// redis访问仓储 /// redis访问仓储

@ -1,7 +1,7 @@
using Infrastructure.Utils; using Infrastructure.Utils;
using StackExchange.Redis; using StackExchange.Redis;
namespace Infrastructure.Repository; namespace Infrastructure.Repository.Redis;
/// <summary> /// <summary>
/// <inheritdoc cref="IRedisBasketRepository"/> /// <inheritdoc cref="IRedisBasketRepository"/>
Loading…
Cancel
Save