Exemple #1
0
 void ctlFeatureLists_AddAllButtonClick(object sender, EventArgs e)
 {
     foreach (FeatureListInfo featureList in Controller.GetFeatureLists(PortalId))
     {
         Controller.AddProductGroupListItemsByProductGroupAndFeatureList(ProductGroupId, featureList.FeatureListId);
     }
     BindFeatureListsData();
 }