Beispiel #1
0
        public static void ActivateComment(int commentId)
        {
            DAL dal = new DAL();

            dal.ActivateComment(commentId);
        }