Ejemplo n.º 1
0
        public string GetOneCommentApproved(string comId)
        {
            try
            {
                commentDB.Approve(comId);
            }
            catch
            {
                return("Error!");
            }

            return("Success!");
        }