Beispiel #1
0
        public static bool Insert(ConfigPlayerthestarEntity configPlayerthestarEntity, DbTransaction trans = null, string zoneId = "")
        {
            var provider = new ConfigPlayerthestarProvider(zoneId);

            return(provider.Insert(configPlayerthestarEntity, trans));
        }