Changed how model mappers work for persistence objects so we don't have to statically associate the mapper.
This commit is contained in:
@@ -5,7 +5,7 @@ using Umbraco.Core.Sync;
|
||||
|
||||
namespace Umbraco.Core.Models
|
||||
{
|
||||
|
||||
[Mapper(typeof(ServerRegistrationMapper))]
|
||||
internal class ServerRegistration : Entity, IServerAddress, IAggregateRoot
|
||||
{
|
||||
public ServerRegistration()
|
||||
|
||||
Reference in New Issue
Block a user