// MÉTODOS public override bool RegistrarOperacao(int cliente_id) { var resp = OperacaoDAO.InserirVenda(cliente_id, this.DataOperacao, this.valor); return(resp); }
// MÉTODOS public override bool RegistrarOperacao(int cliente_id) { var resp = OperacaoDAO.RealizarResgate(cliente_id, this.DataOperacao, this.premio.pontuacao); return(resp); }