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