using System.Collections.Generic; using System.Xml.Serialization; using BWP.B3ExportBase.BO; namespace BWP.B3ButcherManageExport.BO.NC { [XmlRoot(ElementName = "ufinterface")] public class NcUfinterfaceEmp : NcUfinterface { protected NcUfinterfaceEmp() { BillIDs = new List(); Proc = "add"; Isexchange = "Y"; Codeexchanged = "Y"; Replace = "N"; Account = string.Empty; Filename = string.Empty; Receiver = string.Empty; Roottag = string.Empty; Sender = string.Empty; Subbilltype = string.Empty; } } }