Moved more abstractions of models
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
namespace Umbraco.Core.Sync
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides the address of a server.
|
||||
/// </summary>
|
||||
public interface IServerAddress
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the server address.
|
||||
/// </summary>
|
||||
string ServerAddress { get; }
|
||||
|
||||
// TODO: Should probably add things like port, protocol, server name, app id
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user