Пример #1
0
 public static List <PhongDTO> DanhSachPhongTheoLoai(PhongDTO thongtin)
 {
     return(PhongDAO.DanhSachPhongTheoLoai(thongtin));
 }