摘要: public class BaseDal where T:class,new() { public DbContext Db { get { return DbContextFactory.GetCurrentDbContext(); } } public bool Delete(T Entity) { Db.Entr... 阅读全文
posted @ 2018-08-10 15:19 linyongqin 阅读(143) 评论(0) 推荐(0) 编辑