Beispiel #1
0
 public ProjectionManagerBuilder TypeMapper(TypeMapper typeMapper)
 {
     _typeMapper = typeMapper;
     return(this);
 }