Exemplo n.º 1
0
 /// <summary>
 /// 检索这个新闻类型一共有几条新闻
 /// </summary>
 /// <param name="_newType"></param>
 /// <returns></returns>
 public static int selNewTypeCount(int _newType)
 {
     return(SelectOper.selNewTypeCount(_newType));
 }