Esempio n. 1
0
 public void SetupCodegen()
 {
     _fooInstance      = TestAdaptHelper.SetupFooInstance();
     _customerInstance = TestAdaptHelper.SetupCustomerInstance();
     FooMapper.Map(_fooInstance);
     CustomerMapper.Map(_customerInstance);
 }
Esempio n. 2
0
 public void SetupCodegen()
 {
     fooInstance = TestAdaptHelper.SetupFooInstance();
     FooMapper.Map(fooInstance);
 }