Exemplo n.º 1
0
        public DataTable LocalizarMotorista(int Motorista) {

            DALAbastecimento DALObj = new DALAbastecimento(conexao);
            return DALObj.LocalizarMotorista(Motorista);

        }