Example #1
0
 public static HtmlString CreateNotSelectedLists(string selectedPath, TreeViewModel model)
 {
     return(new HtmlString(ListHelper.CreateNotSelectedLists(selectedPath, model)));
 }
Example #2
0
 public static HtmlString CreateFullLists(TreeViewModel model)
 {
     return(new HtmlString(ListHelper.CreateFullLists(model)));
 }