Exemple #1
0
 public Translator(IPhoneTypeDetector phoneTypeDetector, IRemover remover)
 {
     this.phoneTypeDetector = phoneTypeDetector;
     this.remover           = remover;
 }
Exemple #2
0
 public Translator(IPhoneTypeDetector phoneTypeDetector)
 {
     this.phoneTypeDetector = phoneTypeDetector;
 }