- 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 |
||
|---|---|---|
| .. | ||
| bin\Debug/net10.0 | ||
| Configurations | ||
| Migrations | ||
| Repositories | ||
| DesignTimeApplicationDbContextFactory.cs | ||
| Fengling.Platform.Infrastructure.csproj | ||
| GlobalUsings.cs | ||
| PlatformDbContext.cs | ||
| SeedData.cs | ||