예제 #1
0
 public void CurrentRecords(bool isSort, bool isSearch, string ten, DataSet ds, int firstRow, int pageSize)
 {
     myNhanVienDAL.CurrentRecords(isSort, isSearch, ten, ds, firstRow, pageSize);
 }