c# - Not directly going against the entity framework? -


i added table called persons entity model. don't want have directly access entity person created in entity model. how can access the entity models through middle man, repository? not sure, advantage of doing opposed going directly against entities?


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -