예제 #1
0
 public DataTable LayDanhSach(int iThread)
 {
     ReplyThreadDAO rtbus = new ReplyThreadDAO();
     return rtbus.LayDanhSach(iThread);
 }