예제 #1
0
        public static List <ConfigEquipmentsynthesizeEntity> GetAll(string zoneId = "")
        {
            var provider = new ConfigEquipmentsynthesizeProvider(zoneId);

            return(provider.GetAll());
        }