public AuthenticationClient(string webpageUrl) {
     authenticationService = new AuthenticationService(webpageUrl);
 }
Beispiel #2
0
 public AuthenticationClient(string webpageUrl)
 {
     authenticationService = new AuthenticationService(webpageUrl);
 }