コード例 #1
0
ファイル: Punktacja.business.cs プロジェクト: wiQ1999/EnovaDB
 protected override void Adding(Module module)
 {
     base.Adding(module);
     relationDefinicja = new DefinicjaRelation(this);
     relationDokument  = new DokumentRelation(this);
     SetPrimaryKey(relationDokument);
 }
コード例 #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);
 }