Esempio n. 1
0
 public X12ParserBase(IX12SegmentSpec spec, IX12SegmentFactory factory)
 {
     Spec    = spec;
     Factory = factory;
 }
Esempio n. 2
0
 public SegmentEnvelopeException(IX12SegmentSpec spec, string location = null)
 {
     Spec      = spec;
     _location = location;
 }