예제 #1
0
        public bool Test_406742()
        {
            bool result = false;

            if (ProductFamily == "TPS")
            {
                result = EwsTemplates.TemplateNetworkSummaryTPS(CreateAdapter());
            }
            else if (ProductFamily == "VEP")
            {
                result = EwsTemplates.TemplateNetworkSummaryVEP(CreateAdapter());
            }
            else if (ProductFamily == "LFP")
            {
                result = EwsTemplates.TemplateNetworkSummaryLFP(CreateAdapter());
            }
            return(result);
        }