예제 #1
0
 public static string DeleteReply(int repId)
 {
     return(ReplyManager.IsReplyDeleted(repId));
 }