예제 #1
0
 public SinukaWebAccountsService(string baseUrl = null)
 {
     this._sinukaWebAccountsEndpoint = RestService.For <ISinukaWebAccountsEndpoint>(baseUrl ?? HostConfig.AccountsSyncUrl);
 }
예제 #2
0
 public SinukaWebAccountsService(string accountsBaseUrl = null, string identityBaseUrl = null)
 {
     this._sinukaWebAccountsEndpoint = RestService.For <ISinukaWebAccountsEndpoint>(accountsBaseUrl ?? HostConfig.AccountsSyncUrl);
     this._sinukaWebService          = new SinukaWebService(identityBaseUrl);
 }