public ReturnInfoDTO <Jinher.AMP.LBP.Deploy.CustomDTO.LBListReturnDTO> GetLBList(Jinher.AMP.LBP.Deploy.CustomDTO.LBListGetDTO arg) { ReturnInfoDTO <Jinher.AMP.LBP.Deploy.CustomDTO.LBListReturnDTO> LBList = new ReturnInfoDTO <LBListReturnDTO>(); try { AMP.LBP.ISV.Facade.QueryFacade facade = new LBP.ISV.Facade.QueryFacade(); LBList = facade.GetLBList(arg); } catch (Exception ex) { LogHelper.Error("LBPSV.GetLBList获取轮播图片异常:", ex); } return(LBList); }
/// <summary> /// 获取店铺轮播图片 /// </summary> /// <param name="arg"></param> /// <returns></returns> public static ReturnInfoDTO <Jinher.AMP.LBP.Deploy.CustomDTO.LBListReturnDTO> GetLBList(Jinher.AMP.LBP.Deploy.CustomDTO.LBListGetDTO arg) { return(Instance.GetLBList(arg)); }