コード例 #1
0
 public bool Equals(PersonId other)
 {
     return id == other.id;
 }
コード例 #2
0
ファイル: Saying.cs プロジェクト: jaceenet/TastyDomainDriven
 public Saying(PersonId personId)
 {
     this.PersonId = personId;
 }