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