摘要: webservice 存在新数据时访问数据库,不存在时访问session,减少了对数据库的访问次数 /// <summary> /// 返回开标信息数据集 /// </summary> /// <param name="tenderId"></param> /// <returns></returns> [WebMethod(EnableSession = true)] public List<string> GetInformation(string tenderId) { string 阅读全文
posted @ 2012-03-28 17:32 ajunfly 阅读(196) 评论(0) 推荐(0) 编辑