Changed how model mappers work for persistence objects so we don't have to statically associate the mapper.
This commit is contained in:
@@ -2,9 +2,11 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.Serialization;
|
||||
using Umbraco.Core.Models.EntityBase;
|
||||
using Umbraco.Core.Persistence.Mappers;
|
||||
|
||||
namespace Umbraco.Core.Models
|
||||
{
|
||||
[Mapper(typeof(DictionaryMapper))]
|
||||
public interface IDictionaryItem : IAggregateRoot
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user