Ich bin ein Neuling im Automapper-Framework. Ich habe eine Domänenklasse und eine DTO-Klasse wie folgt: public class Employee { public long Id {get;set;} public string Name {get;set;} public string Phone {get;set;} public string Fax {get;set;} public DateTime DateOfBirth {get;set;} } public...