예제 #1
0
 public void DeletarCliente(Cliente cliente)
 {
     clientecontrolador.Delete(cliente);
 }