コード例 #1
0
        /// <summary>
        /// To Bind grid with all Cross Sell Items
        /// </summary>

        public static List <ItemsInfo> GetCrossSellItemsByItemID(int offset, int limit, ItemDetailsCommonInfo CrossSellCommonObj, AspxCommonInfo aspxCommonObj)
        {
            List <ItemsInfo> ml;

            ml = AspxItemMgntProvider.GetCrossSellItemsByItemID(offset, limit, CrossSellCommonObj, aspxCommonObj);
            return(ml);
        }