示例#1
0
 public SessionFactoryGenerator(INHibernateSettings settings, IEnumerable <IConvention> mappingConventions)
 {
     _settings           = settings;
     _mappingConventions = mappingConventions;
 }
 public SessionFactoryGenerator(INHibernateSettings settings, IEnumerable<IConvention> mappingConventions)
 {
     _settings = settings;
     _mappingConventions = mappingConventions;
 }