Example #1
0
 public static bool EditUser(string username, string password)
 {
     return(RepositoryUser.EditUser(username, password));
 }