Ejemplo n.º 1
0
 public IActionResult Delete(string cpfcnpj)
 {
     _clienteService.Apagar(cpfcnpj);
     return(Response());
 }