コード例 #1
0
 public void Init()
 {
     this._commonService = new NetSuiteFactory().CreateCommonService(this.Config);
 }
コード例 #2
0
 public NetSuiteOrdersService(NetSuiteConfig config)
 {
     this._customersService = new NetSuiteCustomersService(config);
     this._commonService    = new NetSuiteCommonService(config);
     this._soapService      = new NetSuiteSoapService(config);
 }