Beispiel #1
0
 public User Accept(EmailVerified @event)
 {
     return(new User(
                this.id,
                this.name,
                this.password,
                this.email,
                true));
 }
Beispiel #2
0
 public User Accept(EmailVerified @event)
 {
     return new User(
         this.id,
         this.name,
         this.password,
         this.email,
         true);
 }