예제 #1
0
 /// <summary>
 /// 分页获取电商馆下商品
 /// </summary>
 /// <param name="comdtySearch4SelCdto"></param>
 /// <param name="comdtyCount"></param>
 /// <returns></returns>
 public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityListCDTO> GetCommodityLisByBeLongTo(Jinher.AMP.ZPH.Deploy.CustomDTO.ComdtySearch4SelCDTO comdtySearch4SelCdto, out int comdtyCount)
 {
     base.Do(false);
     return(this.GetCommodityLisByBeLongToExt(comdtySearch4SelCdto, out comdtyCount));
 }
예제 #2
0
        public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityListCDTO> GetCommodityLisByBeLongTo(Jinher.AMP.ZPH.Deploy.CustomDTO.ComdtySearch4SelCDTO comdtySearch4SelCdto, out int comdtyCount)
        {
            //定义返回值
            System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityListCDTO> result;

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