Exemplo n.º 1
0
 public int CompareTo(Transaccion other)
 {
     return(Fecha.CompareTo(other.Fecha));
 }