When using DTOs, Automapper & Nhibernate reflecting changes in child collections of DTO in domain object being updated
问题 I'm not massively familiar with this design but I am hoping to get some guidance. I have a backend service that sends out DTOs to a WPF smart client. On the WPF smart client the user will change,delete and modify items and then the changes are sent back (client --> server). As an example, currently I am working on the Customer details form and the user has the ability to add,remove and change categories belonging to a customer in a datagrid. When the DTO is sent back to the server I would