摘要:
public class Context : DbContext { public DbSet<Person> Person { get; set; } } public abstract class Entity { public long ID { get; set; } public abst 阅读全文
posted @ 2016-06-07 20:43
星空情缘
阅读(156)
评论(0)
推荐(0)