コード例 #1
0
 public static DataTable GetDTby(string type, string content, int row, int number)
 {
     return(ReaderDAL.Searchby(type, content, row, number));
 }