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