예제 #1
0
파일: BRoles.cs 프로젝트: seezeef/YS_ERP
 public int GetRecordCount(string strWhere)
 {
     return(dal.GetRecordCount(strWhere));
 }