Exemple #1
0
        public DataTable DanhSachLoaiPhong()
        {
            ReportDAL xl = new ReportDAL();

            return(xl.DanhSachLoaiPhong());
        }