using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using Myhm.Models; namespace Myhm.Data { public class MyhmContext(DbContextOptions options) : DbContext(options) { //public DbSet Ban { get; set; } = default!; } }