Exemple #1
0
 public ConsoleApiPort(ApiPortClient apiPortClient, ITargetMapper targetMapper, IApiPortOptions options, DocIdSearchRepl repl)
 {
     _apiPortClient = apiPortClient;
     _targetMapper  = targetMapper;
     _options       = options;
     _repl          = repl;
 }
 public ConsoleApiPort(ApiPortClient apiPortClient, ITargetMapper targetMapper, IApiPortOptions options, DocIdSearchRepl repl)
 {
     _apiPortClient = apiPortClient;
     _targetMapper = targetMapper;
     _options = options;
     _repl = repl;
 }