示例#1
0
文件: ForumManage.cs 项目: braveHUI/-
 public static void DeleteReply(int id)
 {
     foru.DeleteReply(id);
 }