Lets say we are using DTO objects to transfer data between service layer and Presentation (MVC) layer.In this case the presentation layer can only access DTO objects. Therefore we can't use lazy loading functionality in Entity framework. Am I right here? Please give your suggestions.
(My DTO are not the entities in EF and I have implemented repository and unit of work pattern)