Exemplo n.º 1
0
        public int GetCount()
        {
            var count = CommentDAL.GetCount();

            return(count);
        }