Beispiel #1
0
 protected override void Adding(Module module)
 {
     base.Adding(module);
     relationDefinicja = new DefinicjaRelation(this);
     relationDokument  = new DokumentRelation(this);
     SetPrimaryKey(relationDokument);
 }
Beispiel #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);
 }