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