コード例 #1
0
 public string GetAdminTicket()
 {
     SnCore.WebServices.WebAccountService.WebAccountService endpoint = new SnCore.WebServices.WebAccountService.WebAccountService();
     return(endpoint.Login("*****@*****.**", "password"));
 }
コード例 #2
0
 public string Login(string email, string password)
 {
     SnCore.WebServices.WebAccountService.WebAccountService endpoint = new SnCore.WebServices.WebAccountService.WebAccountService();
     return(endpoint.Login(email, password));
 }