Exemple #1
0
 public string UpdatePassword(User user)
 {
     MysqlHelper mysqlhelper = new MysqlHelper();
        string status =  mysqlhelper.UpdatePassword(user);
     return status;
 }