Changed how model mappers work for persistence objects so we don't have to statically associate the mapper.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
namespace Umbraco.Core.Models
|
||||
using Umbraco.Core.Persistence.Mappers;
|
||||
|
||||
namespace Umbraco.Core.Models
|
||||
{
|
||||
[Mapper(typeof(MediaMapper))]
|
||||
public interface IMedia : IContentBase
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user