fengling-platform/Fengling.Platform.Infrastructure
movingsam f9bd73a71d refactor(console): migrate tenant management to TenantManager pattern
- Replace TenantRepository with TenantManager (ASP.NET Identity style)
- Change TenantId from long to int (auto-increment)
- Add TenantStore with CRUD operations
- Update TenantService, UserService, RoleService to use TenantManager
- Add Tenant entity with TenantStatus enum
- Update DTOs and controllers for int tenant IDs
2026-02-19 21:43:24 +08:00
..
bin\Debug/net10.0 feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
Configurations feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
Migrations feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
Repositories refactor: align TenantRepository with CleanDDD/NetCorePal规范 2026-02-19 19:20:06 +08:00
DesignTimeApplicationDbContextFactory.cs feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
Fengling.Platform.Infrastructure.csproj refactor(console): migrate tenant management to TenantManager pattern 2026-02-19 21:43:24 +08:00
GlobalUsings.cs feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
PlatformDbContext.cs feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
SeedData.cs feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00