Ejemplo n.º 1
0
 public bool adminUpdate(Client client, int id)//管理员修改用户信息
 {
     return(dal.adminUpdate(client, id) > 0);
 }