Exemplo n.º 1
0
 public string GetAdminTicket()
 {
     SnCore.WebServices.WebAccountService.WebAccountService endpoint = new SnCore.WebServices.WebAccountService.WebAccountService();
     return(endpoint.Login("*****@*****.**", "password"));
 }
Exemplo n.º 2
0
 public string Login(string email, string password)
 {
     SnCore.WebServices.WebAccountService.WebAccountService endpoint = new SnCore.WebServices.WebAccountService.WebAccountService();
     return(endpoint.Login(email, password));
 }