Ejemplo n.º 1
0
 /// <summary>
 /// 获取第三方订单
 /// </summary>
 /// <param name="arg"></param>
 /// <returns></returns>
 public Jinher.AMP.YJB.Deploy.CustomDTO.ListResultDTO <Jinher.AMP.BTP.Deploy.YJBDSFOrderInfoDTO> GetDSFOrderInfo(Jinher.AMP.BTP.Deploy.CustomDTO.YJBDSFOrderInfoSearchDTO arg)
 {
     base.Do();
     return(this.Command.GetDSFOrderInfo(arg));
 }
Ejemplo n.º 2
0
        public Jinher.AMP.YJB.Deploy.CustomDTO.ListResultDTO <Jinher.AMP.BTP.Deploy.YJBDSFOrderInfoDTO> GetDSFOrderInfo(Jinher.AMP.BTP.Deploy.CustomDTO.YJBDSFOrderInfoSearchDTO arg)
        {
            //定义返回值
            Jinher.AMP.YJB.Deploy.CustomDTO.ListResultDTO <Jinher.AMP.BTP.Deploy.YJBDSFOrderInfoDTO> result;

            try
            {
                //调用代理方法
                result = base.Channel.GetDSFOrderInfo(arg);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }