EF6 코드를 검사하고있었습니다. IEntityWrapper 인터페이스, BaseEntityWrapper 클래스 및 EntityWrapper가 발생했습니다.Entity Framework의 IEntityWrapper 인터페이스 뒤에있는 디자인 패턴은 무엇입니까?
여기에 구현 된 디자인 패턴은 무엇입니까? https://github.com/aspnet/EntityFramework6/blob/master/src/EntityFramework/Core/Objects/Internal/BaseEntityWrapper.cs https://github.com/aspnet/EntityFramework6/blob/master/src/EntityFramework/Core/Objects/Internal/EntityWrapper.cs
[Adapter] (https://en.wikipedia.org/wiki/Adapter_pattern)이라고 생각합니다. –