Exemple #1
0
        public static bool Update(ConfigOlympicthegoldmedalEntity configOlympicthegoldmedalEntity, DbTransaction trans = null, string zoneId = "")
        {
            var provider = new ConfigOlympicthegoldmedalProvider(zoneId);

            return(provider.Update(configOlympicthegoldmedalEntity, trans));
        }