using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; namespace BlazorApp1.Data; public class ApplicationDbContext(DbContextOptions options) : IdentityDbContext(options) { }