JonPSmith / GenericServices

GenericServices helps with building a service/application layer in a .NET based application using EF6.x
MIT License
247 stars 44 forks source link

Minor signiture issue, AfterCreateCopyBackKeysToDtoIfPresent #11

Closed JonPSmith closed 9 years ago

JonPSmith commented 9 years ago

I noticed that the DTO method AfterCreateCopyBackKeysToDtoIfPresent() has protected internal access rights. I think I can make it just internal, which would hide it. Bit neater, and stops users being confused by having access to this method when they don't need it.