Example #1
0
 public void Init()
 {
     _formatStrings = new FormatStrings();
 }
Example #2
0
 public CorrectionsLogic(IDictionaryLogic dictionaryLogic, IFormatStrings formatStrings)
 {
     _dictionaryLogic = dictionaryLogic;
     _formatStrings   = formatStrings;
 }