Esempio n. 1
0
 public int GetRecordCount(string strWhere)
 {
     return(dal.GetRecordCount(strWhere));
 }