62,243
社区成员




public class fooDbContext : DbContext
{
public DbSet<foo> foo { get { return this.Set<foo>(); } }
}
public class fooDbContext : DbContext
{
public DbSet<foo> foo { get;set;}
}