예제 #1
0
        // MÉTODOS
        public override bool RegistrarOperacao(int cliente_id)
        {
            var resp = OperacaoDAO.InserirVenda(cliente_id, this.DataOperacao, this.valor);

            return(resp);
        }
예제 #2
0
        // MÉTODOS
        public override bool RegistrarOperacao(int cliente_id)
        {
            var resp = OperacaoDAO.RealizarResgate(cliente_id, this.DataOperacao, this.premio.pontuacao);

            return(resp);
        }