Beispiel #1
0
 public static XElement EDIDescendantSegment(this XElement el, string name)
 {
     return(EDIXmlUtility.get_descendant_by_spec_name(el, "ediSegment", name));
 }