コード例 #1
0
 public void ThemReply(ReplyThreadDTO rtdto)
 {
     ReplyThreadDAO rtbus = new ReplyThreadDAO();
     rtbus.ThemReply(rtdto);
 }