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