示例#1
0
 /// <summary>
 /// 获得行数
 /// </summary>
 /// <returns></returns>
 public int GetNewsCount()
 {
     return(msgDal.GetNewsCount("1"));
 }