Changes over SectionCollection to SectionService, ApplicationTreeCollection to ApplicationTreeService. Starts implementing UserSectionRepository for use with SectionService. Streamlines BaseMapper implementations.
This commit is contained in:
@@ -13,7 +13,7 @@ using Umbraco.Core;
|
||||
using Umbraco.Web.WebApi;
|
||||
using umbraco.BusinessLogic;
|
||||
using umbraco.cms.presentation.Trees;
|
||||
using ApplicationTree = Umbraco.Core.Trees.ApplicationTree;
|
||||
using ApplicationTree = Umbraco.Core.Models.ApplicationTree;
|
||||
using UrlHelper = System.Web.Http.Routing.UrlHelper;
|
||||
|
||||
namespace Umbraco.Web.Trees
|
||||
|
||||
Reference in New Issue
Block a user