Example #1
0
        public static List <ConfigSynthesisEntity> GetAll(string zoneId = "")
        {
            var provider = new ConfigSynthesisProvider(zoneId);

            return(provider.GetAll());
        }