// GET: WebEditors public ActionResult Index() { var editorList = _umbracoService.GetWebEditors(); return(PartialView("_WebEditors", editorList)); }
public IList <UmbracoUserModel> GetWebEditors() { return(_umbracoService.GetWebEditors()); }