public Task <List <Transacao> > ConsultaPorBandeira(string bandeira) { return(_transacaoRepository.ConsultaPorBandeira(bandeira)); }