Exemple #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"));
 }
Exemple #2
0
 public ChanpinImporter()
 {
     this._kehuService = (IChanpinService)Activator.GetObject(typeof(IChanpinService),
                                                              this.GenerateUrl("127.0.0.1:6301", "ChanpinService"));
 }