コード例 #1
0
ファイル: PositionBLL.cs プロジェクト: xiaodin1/lzQA
 /// <summary>
 /// 分页获取数据列表
 /// </summary>
 public int GetRecordCount(string strWhere)
 {
     return(dal.GetRecordCount(strWhere));
 }