I have a class that contains some properties.
For some architectural reasons, I have an instance of another objet into my class....Simple example...public class MyEntity {
public MySubEntity SubEntity {get; set;}
}
...For this, I create fluent mapping ...