Esempio n. 1
0
 public PermutationFactory(IIsPermutation isPermutation)
 {
     this.isPermutation = isPermutation;
 }
Esempio n. 2
0
 public PermutationFactory()
 {
     isPermutation = new PermutationCheckFree();
 }