Beispiel #1
0
        public bool ThemBaoCao(Baocaothu_DTO bc)
        {
            Baocaothu_DAO t = new Baocaothu_DAO();

            return(t.ThemBaoCao(bc));
        }
Beispiel #2
0
        public DataTable LoadDS(DateTime ngay)
        {
            Baocaothu_DAO t = new Baocaothu_DAO();

            return(t.LoadDS(ngay));
        }