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