예제 #1
0
 public Calculator(Alphabet alphabet)
 {
     Alphabet = alphabet;
 }
예제 #2
0
 public GematriaCalculator(Alphabet alphabet)
 {
     Alphabet = alphabet;
 }