Moved more abstractions of models

This commit is contained in:
Bjarke Berg
2019-05-27 10:16:07 +02:00
parent 489bb7f3e9
commit 85eb44ecc3
30 changed files with 14 additions and 45 deletions

View File

@@ -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
}
}