Ejemplo n.º 1
0
 /// <summary>
 /// 申请列表
 /// </summary>
 /// <param name="refundInfoDTO"></param>
 /// <returns></returns>
 public List <Jinher.AMP.BTP.Deploy.CustomDTO.OrderRefundAfterSalesDTO> GetRefundInfoAfterSales(Jinher.AMP.BTP.Deploy.CustomDTO.RefundInfoDTO refundInfoDTO)
 {
     base.Do();
     return(this.GetRefundInfoAfterSalesExt(refundInfoDTO));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 申请列表
 /// </summary>
 /// <param name="refundInfoDTO"></param>
 /// <returns></returns>
 public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.OrderRefundDTO> GetRefundInfo(Jinher.AMP.BTP.Deploy.CustomDTO.RefundInfoDTO refundInfoDTO)
 {
     base.Do();
     return(this.Command.GetRefundInfo(refundInfoDTO));
 }
Ejemplo n.º 3
0
        public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.OrderRefundDTO> GetRefundInfo(Jinher.AMP.BTP.Deploy.CustomDTO.RefundInfoDTO refundInfoDTO)
        {
            //定义返回值
            System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.OrderRefundDTO> result;

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