Beispiel #1
0
 public void WhenIWantToSortThemInAscendingOrder()
 {
     _array = SortData.SortArrayAscending(_array);
 }