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