コード例 #1
0
 public UnitOfWork()
 {
     _adapter = new ServiceClientAdapter();
     _client  = _adapter.Connect();
 }
コード例 #2
0
 public UnitOfWork()
 {
     _adapter = new ServiceClientAdapter();
     _client = _adapter.Connect();
 }