Exemplo n.º 1
0
 public static int ConsumerCompare(customer T, customer Y)
 {
     return(T.ID.CompareTo(Y.ID));
 }