Exemplo n.º 1
0
        public static bool AddCount(System.Guid titleId, DbTransaction trans = null, string zoneId = "")
        {
            GambleTitleProvider provider = new GambleTitleProvider(zoneId);

            return(provider.AddCount(titleId, trans));
        }