62,256
社区成员
发帖
与我相关
我的任务
分享
public class fooDbContext : DbContext
{
public DbSet<foo> foo { get { return this.Set<foo>(); } }
}
public class fooDbContext : DbContext
{
public DbSet<foo> foo { get;set;}
}