using backend.Auth; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; namespace backend.Data; public class AppDbContext(DbContextOptions options) : IdentityDbContext, Guid>(options) { }