using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; namespace Hcs.WebApp.Data { public class AppIdentityDbContext(DbContextOptions options) : IdentityDbContext(options) { } }