-
Hi there, I'm attempting to use the repository pattern with a new project, and I'm looking for an efficent way of populating two distinct objects from a single view. The two objects are related, and one sits as a property of the other. I've got no problem manually binding them, but it's...