Пример #1
0
 public UnitOfWork()
 {
     _adapter = new ServiceClientAdapter();
     _client  = _adapter.Connect();
 }
Пример #2
0
 public UnitOfWork()
 {
     _adapter = new ServiceClientAdapter();
     _client = _adapter.Connect();
 }