using Microsoft.EntityFrameworkCore; namespace Elements.Data; public class ApplicationDbContext : DbContext { }