Example #1
0
        public void AlterarPedPtabelaC(ModeloPCPEDC modelo)
        {
            DALPCPEDC DALObj = new DALPCPEDC(conexao);

            DALObj.AlterarPtabelaC(modelo);
        }
Example #2
0
        public void AlterarCarSEL(ModeloPCPEDC modelo)
        {
            DALPCPEDC DALObj = new DALPCPEDC(conexao);

            DALObj.AlterarCARSEL(modelo);
        }
Example #3
0
        public void AlterarDVZ(ModeloPCPEDC modelo)
        {
            DALPCPEDC DALObj = new DALPCPEDC(conexao);

            DALObj.AlterarDVZ(modelo);
        }
Example #4
0
        public void Revert4(ModeloPCPEDC modelo)
        {
            DALPCPEDC DALObj = new DALPCPEDC(conexao);

            DALObj.Revert4(modelo);
        }
Example #5
0
        public ModeloPCPEDC CarregaPCPEDCRev(long codigo)
        {
            DALPCPEDC DALObj = new DALPCPEDC(conexao);

            return(DALObj.CarregaModeloPCPEDCRev(codigo));
        }
Example #6
0
        public void Incluir(ModeloPCPEDC modelo)
        {
            DALPCPEDC DALObj = new DALPCPEDC(conexao);

            DALObj.Incluir(modelo);
        }
Example #7
0
        public void DuplicaC(ModeloPCPEDC modelo)
        {
            DALPCPEDC DALObj = new DALPCPEDC(conexao);

            DALObj.DuplicaC(modelo);
        }