Exemplo n.º 1
0
 public IEnumerable <ContaCorrente> List([FromBody] ContaCorrente cc)
 {
     return(_contaCorrenteService.List(cc));
 }