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