Exemple #1
0
        public void MontaCarregI(ModeloPCPEDC modelo)
        {
            DALPCCARREG DALObj = new DALPCCARREG(conexao);

            DALObj.MontaCarregI(modelo);
        }
Exemple #2
0
        public ModeloPCCARREG CarregaNewNumPed(long numped)
        {
            DALPCCARREG DALObj = new DALPCCARREG(conexao);

            return(DALObj.CarreganewNUMCAR(numped));
        }
Exemple #3
0
        public ModeloPCCARREG CarregaNewNumCar()
        {
            DALPCCARREG DALObj = new DALPCCARREG(conexao);

            return(DALObj.CarregaCarreg());
        }
Exemple #4
0
        public void Incluir(ModeloPCCARREG modelo)
        {
            DALPCCARREG DALObj = new DALPCCARREG(conexao);

            DALObj.Incluir(modelo);
        }