Example #1
0
 public int GetSearchRecordCount(string strWhere)
 {
     return(dal.GetSearchRecordCount(strWhere));
 }