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
{

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

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

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

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