示例#1
0
 public Calculator(Alphabet alphabet)
 {
     Alphabet = alphabet;
 }
 public GematriaCalculator(Alphabet alphabet)
 {
     Alphabet = alphabet;
 }