Example #1
0
 public void AtualizarCliente(Client client)
 {
     _serviceClient.AtualizarCliente(client);
 }