Пример #1
0
        public bool Test_406732()
        {
            bool result = false;

            if (ProductFamily == "VEP")
            {
                result = EwsTemplates.TemplateVerifyNWConfigurationPageVEP(CreateAdapter(), _activityData);
            }
            else if (ProductFamily == "LFP")
            {
                result = EwsTemplates.TemplateVerifyNWConfigurationPageLFP(CreateAdapter(), _activityData);
            }

            return(result);
        }