Exemple #1
0
 public int Add([FromBody] ContaCorrente cc)
 {
     return(_contaCorrenteService.Add(cc));
 }