コード例 #1
0
 public void SetupCodegen()
 {
     _fooInstance      = TestAdaptHelper.SetupFooInstance();
     _customerInstance = TestAdaptHelper.SetupCustomerInstance();
     FooMapper.Map(_fooInstance);
     CustomerMapper.Map(_customerInstance);
 }
コード例 #2
0
ファイル: TestSimpleTypes.cs プロジェクト: wk-j/mapster
 public void SetupCodegen()
 {
     fooInstance = TestAdaptHelper.SetupFooInstance();
     FooMapper.Map(fooInstance);
 }