Example #1
0
 public void ExecuteOperation(int[] array)
 {
     _strategy.Algorithm(array);
 }