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.
I noticed that the DTO method
AfterCreateCopyBackKeysToDtoIfPresent()
hasprotected internal
access rights. I think I can make it justinternal
, which would hide it. Bit neater, and stops users being confused by having access to this method when they don't need it.