我有一个Web服务,我正在尝试进行单元测试。在服务中,它从HttpContext中提取了几个值,如下所示: m_password = (string)HttpContext.Current.Session["CustomerId"] ...
確定! 回上一頁