Beispiel #1
0
 public static List <PhongDTO> DanhSachPhongTheoKhoangDG(decimal dgtu, decimal dgden)
 {
     return(PhongDAO.DanhSachPhongTheoKhoangDG(dgtu, dgden));
 }