using Microsoft.EntityFrameworkCore; namespace API.Database; public class ApplicationDbContext(DbContextOptions options) : DbContext(options);