Exemple #1
0
        public static string ConvertJson(IEnumerable rows, int total)
        {
            var pageList = new PageJson(rows, total);

            return(pageList.JsonSerialize());
        }
 public static string ConvertJson(IEnumerable rows, int total)
 {
     var pageList = new PageJson(rows, total);
     return pageList.JsonSerialize();
 }