找到相关内容 1
说一点实践中的 Repository Pattern
这个模式都说烂了,但是为什么几乎都是: public abstract class RepositoryBase : IDisposable { // ... 省略 field 声明 protected RepositoryBase() { this._context = this.CreateContext
http://cyqdata.com/cnblogs/article-detail-42442