Beispiel #1
0
        public static List <ConfigPlayerthestarEntity> GetAll(string zoneId = "")
        {
            var provider = new ConfigPlayerthestarProvider(zoneId);

            return(provider.GetAll());
        }