using Microsoft.EntityFrameworkCore; namespace backend.Data; public class AppDbContext(DbContextOptions options) : DbContext(options) { }