Ejemplo n.º 1
0
        // private ShiftDAO shiftDAO;

        public NangXuatDAO()
        {
            this.dt           = new DataTable();
            chuyen_sanphamDAO = new Chuyen_SanPhamDAO();
            chuyenDAO         = new ChuyenDAO();
            //  shiftDAO = new ShiftDAO();
        }
Ejemplo n.º 2
0
 public BTPDAO()
 {
     this.dt = new DataTable();
     this.chuyenSanPhamDAO = new Chuyen_SanPhamDAO();
     this.nangSuatDAO      = new NangXuatDAO();
     this.thanhPhamDAO     = new ThanhPhamDAO();
     this.denDAO           = new DenDAO();
 }