Exemple #1
0
 public int CompareToHist(Transactions count)
 {
     return(this.customerName.CompareTo(count.GetCustomerName()));
 }