示例#1
0
 public static string WriteDataPage(IDataPageProperty info, string order, int index, IUrlParams geturl)
 {
     return(WriteDataPage(info.DataPage, order, index, geturl));
 }
示例#2
0
 public static string WriteDataPage(IDataPageProperty info, string order, int?index)
 {
     return(WriteDataPage(info.DataPage, order, index, null));
 }