Ejemplo n.º 1
0
 public void ThemReply(ReplyThreadDTO rtdto)
 {
     ReplyThreadDAO rtbus = new ReplyThreadDAO();
     rtbus.ThemReply(rtdto);
 }
Ejemplo n.º 2
0
 public DataTable LayDanhSach(int iThread)
 {
     ReplyThreadDAO rtbus = new ReplyThreadDAO();
     return rtbus.LayDanhSach(iThread);
 }