Ejemplo n.º 1
0
        public static string LoadPager(int page)
        {
            WebUtils.CheckRightsForAdminCommentsPages(false);

            return(JsonComments.GetPager(page));
        }
Ejemplo n.º 2
0
        public static string LoadPager(int page)
        {
            Security.DemandUserHasRight(BlogEngine.Core.Rights.AccessAdminPages, true);

            return(JsonComments.GetPager(page));
        }