示例#1
0
        public List <starweibo.Model.messageInfo> loadingZanSc(int typeid)
        {
            starweibo.BLL.messageInfo          bllmnblog = new starweibo.BLL.messageInfo();
            List <starweibo.Model.messageInfo> model     = new List <starweibo.Model.messageInfo>();
            DataSet ds = bllmnblog.GetList("userId='" + Convert.ToInt32(Session["userid"]) + "' and msgTypeId='" + typeid + "'");

            model = bllmnblog.DataTableToList(ds.Tables[0]);
            return(model);
        }