Ejemplo n.º 1
0
        public static List <ProductData> SearchCampaign(string searchWord, string bundleCamIdList)
        {
            CmtCampaignProductModel campaign = new CmtCampaignProductModel();

            return(campaign.SearchCampaign(searchWord, bundleCamIdList));
        }
Ejemplo n.º 2
0
        public static List <ProductData> SearchCampaign(string productGroupId, string productId, string campaignId)
        {
            CmtCampaignProductModel campaign = new CmtCampaignProductModel();

            return(campaign.SearchCampaign(productGroupId, productId, campaignId));
        }