示例#1
0
 public TestConverterFactory()
 {
     _converterFactory = new ConverterFactory();
     _converterFactory.AddTConverter(typeof(PackCurrencies), new ConverterForeignExchange());
 }