コード例 #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 PozycjeDokHan()
 {
     this.wgDefDokHan   = new WgDefDokHanKey(this);
     this.wgDaty        = new WgDatyKey(this);
     this.wgKontrahenta = new WgKontrahentaKey(this);
     this.wgStanuDokHan = new WgStanuDokHanKey(this);
     this.wgIdentKey    = new WgIdentKey(this);
     this.wgDokument    = new DokumentRelation(this);
     this.wgTowar       = new TowarRelation(this);
 }