示例#1
0
 public MasterDataClient(string serviceName, BootstrapContext token = null)
 {
     Tracer = TracerFactory.StartTracer(this, "ctor");
     var runtime = RuntimeFactory.CreateRuntime();
     Container = runtime.CreateServiceProxy<IMasterDataManagementService>(serviceName);
     if (token.IsInstance())
         Container.Initialize(token);
 }