public class EFContext : DbContext { public EFContext() : base("name=MyConnection") { } public DbSet<City> Citys { get; set; } ...
確定! 回上一頁