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