First runnable prototype.
This commit is contained in:
@ -7,5 +7,9 @@ namespace MessengerBroker.Configuration.Model.Servers
|
||||
/// </summary>
|
||||
public class SlaveServer : Server
|
||||
{
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{this.Name} (ID {this.BrokerId})";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user