Exemplo n.º 1
0
        public List <taiKhoan> getAllAcc()
        {
            QLCHDCEntities dbAcc   = new QLCHDCEntities();
            var            listAcc = dbAcc.taiKhoans.ToList();

            return(listAcc);
        }
Exemplo n.º 2
0
        public List <thanhToan> getAllConsumeP()
        {
            QLCHDCEntities dbConsP   = new QLCHDCEntities();
            var            listConsP = dbConsP.thanhToans.ToList();

            return(listConsP);
        }
Exemplo n.º 3
0
        public List <khachHang> getAllKhachHang()
        {
            QLCHDCEntities dbKhachHang = new QLCHDCEntities();
            var            listKH      = dbKhachHang.khachHangs.ToList();

            return(listKH);
        }
Exemplo n.º 4
0
        public List <doChoi> getAllDC()
        {
            QLCHDCEntities dbDC   = new QLCHDCEntities();
            var            listDC = dbDC.doChois.ToList();

            return(listDC);
        }
Exemplo n.º 5
0
        public List <nhanVien> getAllNhanVien()
        {
            QLCHDCEntities dbNhanVien   = new QLCHDCEntities();
            var            listNhanVien = dbNhanVien.nhanViens.ToList();

            return(listNhanVien);
        }