Exemplo n.º 1
0
 public int CompareToDate(Transactions count)
 {
     return(this.rentDate.CompareTo(count.GetRentDate()));
 }