Example #1
0
 public async Task <Lancamento> GetLancamento(int lancamentoId)
 {
     return(await _lancamentoService.GetLancamento(lancamentoId));
 }