Ejemplo n.º 1
0
 public string DeleteCommentNews(int id)
 {
     if (id > 0)
     {
         CommentNewsManage.DeleteCommend(id);
         return("success");
     }
     else
     {
         return("fail");
     }
 }