Beispiel #1
0
 public SeatBox(Seat seat)
 {
     _seat = seat;
 }
Beispiel #2
0
 public virtual int GetHashCode(Seat obj)
 {
     return(obj.GetHashCode());
 }