Ejemplo n.º 1
0
 public void sort <T>(List <T> ts)
 {
     _sortStrategy.sort(ts);
 }