11 lines
293 B
C#
11 lines
293 B
C#
using MessengerBroker.Configuration.Model.Servers.Base;
|
|
|
|
namespace MessengerBroker.Configuration.Model.Servers
|
|
{
|
|
/// <summary>
|
|
/// Server that is pulling data from us and has to provide alternate service for us.
|
|
/// </summary>
|
|
public class SlaveServer : Server
|
|
{
|
|
}
|
|
} |