示例#1
0
 public static List <PhongDTO> DanhSachPhongYeuCau(PhongDTO thongtin)
 {
     return(PhongDAO.DanhSachPhongYeuCau(thongtin));
 }