Does anyone know in which namespace IObjectContextStorage could be found? or should I implement this interface in my application? I’m reading this article: http://huyrua.wordpress.com/2010/07/13/entity-framework-4-poco-repository-and-specification-pattern/
Does anyone know in which namespace IObjectContextStorage could be found? or should I implement
Share
No such interface exist in .NET framework. It is interface defined in source code for that article.