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