有什么区别
public IDbSet<Chrip> Chirps { get; set; }
和
public DbSet<Chrip> Chirps { get; set; }
它们是一样的吗?
c# entity-framework
c# ×1
entity-framework ×1