DataType refactoring preparation - Entity refactoring
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
using System;
|
||||
using System.Globalization;
|
||||
using System.Reflection;
|
||||
using Umbraco.Core.Models.EntityBase;
|
||||
using Umbraco.Core.Models.Entities;
|
||||
|
||||
namespace Umbraco.Core.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a registered server in a multiple-servers environment.
|
||||
/// </summary>
|
||||
public class ServerRegistration : EntityBase.EntityBase, IServerRegistration
|
||||
public class ServerRegistration : EntityBase, IServerRegistration
|
||||
{
|
||||
private string _serverAddress;
|
||||
private string _serverIdentity;
|
||||
|
||||
Reference in New Issue
Block a user