Ejemplo n.º 1
0
    private string DeleteTree()
    {
        string id = Request.Form["id"];

        return(UserInfoManage.DeleteTree(id));
    }