public void GetEnterpriseInfoById() { string id = _request["id"].ToString(); _response.Write(_em.GetEnterpriseInfoById(id)); }