Esempio n. 1
0
 private void Apply(AccountActivated e)
 {
     impl = new ActivatedAccount(e);
 }
Esempio n. 2
0
 private void Apply(AccountCreated e)
 {
     impl = new NotActivatedAccount(this.ApplyChange);
 }