Browse Source

注册命名空间

refactor/repository-structure
hyh 2 months ago
parent
commit
2c0d6c9d09
  1. 4
      src/CellularManagement.Infrastructure/DependencyInjection.cs

4
src/CellularManagement.Infrastructure/DependencyInjection.cs

@ -19,6 +19,10 @@ using CellularManagement.Infrastructure.Repositories.Identity;
using CellularManagement.Infrastructure.Configurations.Common; using CellularManagement.Infrastructure.Configurations.Common;
using CellularManagement.Domain.Repositories.Base; using CellularManagement.Domain.Repositories.Base;
using CellularManagement.Domain.Repositories.Identity; using CellularManagement.Domain.Repositories.Identity;
using CellularManagement.Infrastructure.Services.Authentication;
using CellularManagement.Infrastructure.Services.Infrastructure;
using CellularManagement.Infrastructure.Services.Security;
using CellularManagement.Infrastructure.Services.UserManagement;
namespace CellularManagement.Infrastructure; namespace CellularManagement.Infrastructure;

Loading…
Cancel
Save