Ejemplo n.º 1
0
 public void AdicionarCliente(Client client)
 {
     _serviceClient.AdicionarCliente(client);
 }