示例#1
0
文件: BRoles.cs 项目: seezeef/YS_ERP
 public int GetRecordCount(string strWhere)
 {
     return(dal.GetRecordCount(strWhere));
 }