コード例 #1
0
 private void Apply(AccountActivated e)
 {
     impl = new ActivatedAccount(e);
 }
コード例 #2
0
 private void Apply(AccountCreated e)
 {
     impl = new NotActivatedAccount(this.ApplyChange);
 }