Esempio n. 1
0
 private void ApplyInternal(UserConfirmed c)
 {
     this.State.Apply(c);
 }
Esempio n. 2
0
 internal void Apply(UserConfirmed d)
 {
     this.Verified = d.When;
 }
Esempio n. 3
0
 internal void ApplyInternal(UserConfirmed d)
 {
     Verified = d.When;
 }