control-see
Version:
Control Util Documentos Electronicos SUNAT
9 lines • 339 B
JavaScript
import { AgentParty } from './AgentParty';
import { SunatRoadTransport } from './SunatRoadTransport';
export class SunatEmbededDespatchAdvice {
constructor() {
this.driverParty = new AgentParty();
this.sunatRoadTransport = new SunatRoadTransport();
}
}
//# sourceMappingURL=SunatEmbededDespatchAdvice.js.map