fengling-console/Repositories
movingsam 0d64b61169 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
..
IRoleRepository.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
IUserRepository.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
RoleRepository.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
UserRepository.cs refactor(console): migrate tenant management to TenantManager pattern 2026-02-19 21:43:24 +08:00