Exemplo n.º 1
0
 public virtual void Register(Guid accountId)
 {
     Accounts = new AccountCollection();
     Accounts.Add(accountId);
 }
Exemplo n.º 2
0
 protected Customer()
 {
     Accounts = new AccountCollection();
 }