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