Moves tree/menu models into the Models.Trees namespace

This commit is contained in:
Shannon
2013-10-08 12:38:27 +11:00
parent e6908c7678
commit 883a662240
31 changed files with 575 additions and 570 deletions

View File

@@ -7,6 +7,7 @@ using System.Web.Mvc;
using Umbraco.Core;
using Umbraco.Core.Models;
using Umbraco.Core.Services;
using Umbraco.Web.Models.Trees;
using Umbraco.Web.Mvc;
using Umbraco.Web.WebApi;
using Umbraco.Web.WebApi.Filters;