摘要: 1.定义泛型类 namespace Crm.Data.Logic.Repository{ public abstract class AbstractRepository<TC, T> : IDisposable where TC : DbContext, new() where T : class 阅读全文
posted @ 2016-09-28 16:41 jimcsharp 阅读(1449) 评论(0) 推荐(0) 编辑