protected override void Adding(Module module)
 {
     base.Adding(module);
     relationDefinicja = new DefinicjaRelation(this);
     relationDokument  = new DokumentRelation(this);
     SetPrimaryKey(relationDokument);
 }
Exemple #2
0
 public RelacjeHandlowe()
 {
     this.definicjaRelation = new DefinicjaRelation(this);
     this.podrzednyRelation = new PodrzednyRelation(this);
     this.nadrzednyRelation = new NadrzednyRelation(this);
     this.keyWgPodrzednyTyp = new WgPodrzednyTypKey(this);
     this.keyWgTypRelacji   = new WgTypRelacjiKey(this);
 }