How to maintain sequence order in nested lists when using AutoMapper in C#
I have a c# object Design
which has DesignSection
child objects and each design section has a sequence number along with other properties. I am using automapper to map between objects and dtos.