public static string Przewoznik(this API.Handel.DokumentHandlowy dh) { return((string)dh.Features["PRZEWOŻNIK"]); }
public API.Handel.DokumentHandlowy KorygujDokument(API.Handel.DokumentHandlowy d1) { return(EnovaHelper.FromEnova <API.Handel.DokumentHandlowy>(CallMethod("KorygujDokument", EnovaHelper.ToEnova(d1)))); }
public DokumentHandlowyView(API.Handel.DokumentHandlowy dokument) { this.dokument = dokument; }