Esempio n. 1
0
        public static double LayGiaTheoMaThucDon(int maTD)
        {
            double gia = GiaDAO.LayGiaTheoMaThucDon(maTD);

            return(gia);
        }
Esempio n. 2
0
        public static bool XoaGiaTheoMaTDVaNgayAD(int maTD, DateTime ngayAD)
        {
            bool kq = GiaDAO.XoaGiaTheoMaTDVaNgayAD(maTD, ngayAD);

            return(kq);
        }
Esempio n. 3
0
        public static bool CapNhatGia(GiaDTO g)
        {
            bool kq = GiaDAO.CapNhatGia(g);

            return(kq);
        }
Esempio n. 4
0
        public static bool ThemGia(GiaDTO g)
        {
            bool kq = GiaDAO.ThemGia(g);

            return(kq);
        }