Example #1
0
 public Replicator(IServiceClient serviceClient, IApplicationSettings applicationSettings)
 {
     endpoints          = applicationSettings.GetIPEndpointsArray("endpoints");
     this.serviceClient = serviceClient;
 }
Example #2
0
 public Replicator(IServiceClient serviceClient, IApplicationSettings applicationSettings)
 {
     endpoints = applicationSettings.GetIPEndpointsArray("endpoints");
     this.serviceClient = serviceClient;
 }