Ejemplo n.º 1
0
        public ContentResult List([FromForm] Bootstrap.BootstrapParams bootstrap)
        {
            var sd = _roleServices.PageList(bootstrap);

            return(Content(sd));
        }