Esempio n. 1
0
        public List <GheDTO> LoadGhe(int MaPhong)
        {
            GheDAO ghe = new GheDAO();

            return(ghe.LoadGhe(MaPhong));
        }
Esempio n. 2
0
        public List <GheDTO> LoadGhe()
        {
            GheDAO ghe = new GheDAO();

            return(ghe.LoadGhe());
        }