示例#1
0
 public LoadObjectsFactory(Npgsql.ManagementSession session)
 {
     this.ManagementSession = session;
 }
 public LoadUnitRelationsFactory(Npgsql.ManagementSession session)
 {
     this.ManagementSession         = session;
     this.sqlByRoleTypeByObjectType = new Dictionary <IObjectType, Dictionary <IRoleType, string> >();
 }
示例#3
0
 internal LoadCompositeRelationsFactory(Npgsql.ManagementSession session)
 {
     this.ManagementSession = session;
 }