protected override void Configure(IConfiguration config)
 {
     config.ObjectClass(typeof(ObjectTranslatorTestCase.Thing)).Translate(_trans = new
                                                                                   ObjectTranslatorTestCase.ThingCounterTranslator());
 }
Esempio n. 2
0
		protected override void Configure(IConfiguration config)
		{
			config.ObjectClass(typeof(ObjectTranslatorTestCase.Thing)).Translate(_trans = new 
				ObjectTranslatorTestCase.ThingCounterTranslator());
		}