Exemplo n.º 1
0
        public bool Vender(Cliente cliente, float valor)
        {
            var resp = cliente.Comprar(valor);

            return(resp);
        }