Exemplo n.º 1
0
 public string UpdateAuthorize(string username, string password, int CustomerID)
 {
     return(AuthorizeManager.UpdateAuthorize(username, password, CustomerID));
 }