Example #1
0
 public void ExibirClientes()
 {
     foreach (Cliente cliente in this.Clientes)
     {
         Titular.ListarCliente();
     }
 }