Beispiel #1
0
 public override int GetHashCode()
 {
     return(ShipperID.GetHashCode());
 }
Beispiel #2
0
 public void Dispose()
 {
     _AllList.Remove(this);
     _AllByPrimaryKey.Remove(ShipperID.ToString());
 }