コード例 #1
0
ファイル: HasManyStep.cs プロジェクト: akhuang/NHibernateTest
 public HasManyStep(IAutomappingConfiguration cfg)
 {
     simpleTypeCollectionStepStep = new SimpleTypeCollectionStep(cfg);
     collectionStep = new CollectionStep(cfg);
 }
コード例 #2
0
 public HasManyStep(IAutomappingConfiguration cfg)
 {
     simpleTypeCollectionStepStep = new SimpleTypeCollectionStep(cfg);
     collectionStep = new CollectionStep(cfg);
 }