Пример #1
0
        public Jinher.AMP.YJB.Deploy.CustomDTO.ResultDTO InsertTODSFOrderInfo(Jinher.AMP.BTP.Deploy.CustomDTO.YJBDSFOrderInformationDTO model)
        {
            //定义返回值
            Jinher.AMP.YJB.Deploy.CustomDTO.ResultDTO result;

            try
            {
                //调用代理方法
                result = base.Channel.InsertTODSFOrderInfo(model);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }
Пример #2
0
 /// <summary>
 /// 插入第三方订单
 /// </summary>
 /// <param name="model"></param>
 /// <returns></returns>
 public Jinher.AMP.YJB.Deploy.CustomDTO.ResultDTO InsertTODSFOrderInfo(Jinher.AMP.BTP.Deploy.CustomDTO.YJBDSFOrderInformationDTO model)
 {
     base.Do();
     return(this.Command.InsertTODSFOrderInfo(model));
 }