コード例 #1
0
 public void RemoveInvestimentos(Investimentos investimentos)// Esse
 {
     Investimento.Remove(investimentos);
 }
コード例 #2
0
 public void AddInvestimento(Investimentos investimentos) //Esse metodo faz com que adicione um investimento ao cliente
 {
     Investimento.Add(investimentos);
 }