Exemplo n.º 1
0
 public void RemoveAccountOwner(AccountOwner accountOwner)
 {
     this._accountOwners.Add(accountOwner);
 }
Exemplo n.º 2
0
 public void AddAccountOwner(AccountOwner accountOwner)
 {
     this._accountOwners.Add(accountOwner);
 }