Example #1
0
        public static List <DicBallsoulEntity> GetAllForCache(string zoneId = "")
        {
            var provider = new DicBallsoulProvider(zoneId);

            return(provider.GetAllForCache());
        }