Example #1
0
 public void Sort(int[] data)
 {
     sortStrategy.Sort(data);
 }