Ejemplo n.º 1
0
        public static int Count(int siteId)
        {
            int count = OnlyCount(siteId);

            count += DBModule.CountForMyPage(siteId);
            return(count);
        }