Exemple #1
0
 public Movie(IdInt id)
     : base(id)
 {
 }
Exemple #2
0
 public Person(IdInt id)
     : base(id)
 {
 }
Exemple #3
0
 public bool Equals(IdInt other)
 {
     return(Id == other.Id);
 }