public bool UpdateSaleBillVouchExpressOrder(string connectionString, Model.SaleBillVouch data) { return(ExpressOrderProcess.UpdateSaleBillVouchExpressOrder(connectionString, data)); }
public DataTable GetSaleBillVouchByCSBVCode(string connectionString, string cSBVCode, out string errMsg) { return(ExpressOrderProcess.GetSaleBillVouchByCSBVCode(connectionString, cSBVCode, out errMsg)); }
public DataTable GetDispatchListByCDLCode(string connectionString, string cDLCode, out string errMsg) { return(ExpressOrderProcess.GetDispatchListByCDLCode(connectionString, cDLCode, out errMsg)); }
public bool UpdateDispatchListExpressOrder(string connectionString, Model.DispatchList data) { return(ExpressOrderProcess.UpdateDispatchListExpressOrder(connectionString, data)); }
public DataTable GetShoppingChoiceList(string connectionString) { return(ExpressOrderProcess.GetShoppingChoiceList(connectionString)); }