Beispiel #1
0
 public AuthApiFromWebApi(AuthServerConfig _server)
 {
     this._server = _server;
 }
Beispiel #2
0
 public AuthApiFromWcf(AuthServerConfig _server)
 {
     this.url = _server.WcfUrl;
 }
 public AuthServerApiCaller(AuthServerConfig _server)
 {
     this._server = _server;
 }