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