Beispiel #1
0
 public DingdanImporter()
 {
     this._dingdanService = (IDingdanService)Activator.GetObject(typeof(IDingdanService),
                                                                 this.GenerateUrl("127.0.0.1:6301", "DingdanService"));
     this._kehuService = (IKehuService)Activator.GetObject(typeof(IKehuService),
                                                           this.GenerateUrl("127.0.0.1:6301", "KehuService"));
     this._chanpinService = (IChanpinService)Activator.GetObject(typeof(IChanpinService),
                                                                 this.GenerateUrl("127.0.0.1:6301", "ChanpinService"));
 }
Beispiel #2
0
 public KehuImporter()
 {
     this._kehuService = (IKehuService)Activator.GetObject(typeof(IKehuService),
                                                           this.GenerateUrl("127.0.0.1:6301", "KehuService"));
 }