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