Пример #1
0
 /// <summary>
 /// 查询自提点信息
 /// </summary>
 /// <param name="search">查询类</param>
 /// <returns>结果</returns>
 public Jinher.AMP.BTP.Deploy.CustomDTO.AppSelfTakeStationSearchResultSDTO GetAppSelfTakeStationList(Jinher.AMP.BTP.Deploy.CustomDTO.AppSelfTakeStationSearchSDTO search)
 {
     base.Do();
     return(this.Command.GetAppSelfTakeStationList(search));
 }
Пример #2
0
        public Jinher.AMP.BTP.Deploy.CustomDTO.AppSelfTakeStationSearchResultSDTO GetAppSelfTakeStationList(Jinher.AMP.BTP.Deploy.CustomDTO.AppSelfTakeStationSearchSDTO search)
        {
            //定义返回值
            Jinher.AMP.BTP.Deploy.CustomDTO.AppSelfTakeStationSearchResultSDTO result;

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