public HasManyStep(IAutomappingConfiguration cfg)
 {
     simpleTypeCollectionStepStep = new SimpleTypeCollectionStep(cfg);
     collectionStep = new CollectionStep(cfg);
 }
Exemple #2
0
 public HasManyStep(IAutomappingConfiguration cfg)
 {
     simpleTypeCollectionStepStep = new SimpleTypeCollectionStep(cfg);
     collectionStep = new CollectionStep(cfg);
 }