예제 #1
0
파일: BDelivery.cs 프로젝트: zhr008/ERP-1
 /// <summary>
 /// 获得分页数据总的记录条数
 /// </summary>
 public int GetRecordCount(string strWhere)
 {
     return(dal.GetRecordCount(strWhere));
 }