确实,这是一个适配器模式。它将代码期望的接口(interface)与Entity Framework提供的接口(interface)分离。现在,它们是相同的-这就是为什么该实现除了继承 DbSet<T> 之外 ...
確定! 回上一頁