Changes over SectionCollection to SectionService, ApplicationTreeCollection to ApplicationTreeService. Starts implementing UserSectionRepository for use with SectionService. Streamlines BaseMapper implementations.
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Umbraco.Web.Models.Mapping
|
||||
{
|
||||
public override void ConfigureMappings(IConfiguration config)
|
||||
{
|
||||
config.CreateMap<Section, Umbraco.Core.Sections.Section>()
|
||||
config.CreateMap<Section, Core.Models.Section>()
|
||||
.ReverseMap(); //backwards too!
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user