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