public string Add_Supplier_EM() { string e3148 = _fileEDI.Email(); // _orderInformations.GetSupplierEmail(); Change 03/06/2020 cause supplier email want to send the order and here its only for informations C076 c076 = new C076(e3148, Eancom.COM.C076.E3155_EM); if (!String.IsNullOrEmpty(e3148)) { OrderWrite.segmentNumberBetweenUNHandUNT += 1; return(StructureEDI.COM + Separator.DataGroup + c076.Add() + Separator.EndLine); } return(null); }
public string Add_Supplier_FX() { string e3148 = _orderInformations.GetSupplierFax(); C076 c076 = new C076(e3148, Eancom.COM.C076.E3155_FX); if (!String.IsNullOrEmpty(e3148)) { OrderWrite.segmentNumberBetweenUNHandUNT += 1; return(StructureEDI.COM + Separator.DataGroup + c076.Add() + Separator.EndLine); } return(null); }