Пример #1
0
 public int CompareToID(Transactions count)
 {
     return(this.rentID.CompareTo(count.GetRentID()));
 }