示例#1
0
 public string NumberOfRecords(bool isSearch, string ten)
 {
     return(myNhanVienDAL.CountRecords(isSearch, ten));
 }