fengling-console/Services
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
..
GatewayService.cs refactor: major project restructuring and cleanup 2026-02-15 10:34:07 +08:00
H5LinkService.cs refactor(console): migrate tenant management to TenantManager pattern 2026-02-19 21:43:24 +08:00
OAuthClientService.cs refactor: align TenantRepository with CleanDDD/NetCorePal规范 2026-02-19 19:20:06 +08:00
RoleService.cs refactor(console): migrate tenant management to TenantManager pattern 2026-02-19 21:43:24 +08:00
TenantService.cs refactor(console): migrate tenant management to TenantManager pattern 2026-02-19 21:43:24 +08:00
UserService.cs refactor(console): migrate tenant management to TenantManager pattern 2026-02-19 21:43:24 +08:00