예제 #1
0
 public X12ParserBase(IX12SegmentSpec spec, IX12SegmentFactory factory)
 {
     Spec    = spec;
     Factory = factory;
 }
예제 #2
0
 public SegmentEnvelopeException(IX12SegmentSpec spec, string location = null)
 {
     Spec      = spec;
     _location = location;
 }