Esempio n. 1
0
 public bool Equals(PersonId other)
 {
     return id == other.id;
 }
Esempio n. 2
0
 public Saying(PersonId personId)
 {
     this.PersonId = personId;
 }