diff --git a/ds-wms-service/DS.WMS.Core/Op/EDI/CargooAPIHelper.cs b/ds-wms-service/DS.WMS.Core/Op/EDI/CargooAPIHelper.cs new file mode 100644 index 00000000..41a43038 --- /dev/null +++ b/ds-wms-service/DS.WMS.Core/Op/EDI/CargooAPIHelper.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace DS.WMS.Core.Op.EDI +{ + public class CargooAPIHelper + { + + } +}