コード例 #1
0
 public virtual void Register(Guid accountId)
 {
     Accounts = new AccountCollection();
     Accounts.Add(accountId);
 }
コード例 #2
0
 protected Customer()
 {
     Accounts = new AccountCollection();
 }