Nachrichten

I have a mapping scenario where both the source and destination are mapped into an enumerable, but the properties are flattened. A simple example of my setup: public class Car { IEnumerable<Tires> ...