Add default Command to each
This commit is contained in:
@@ -6,6 +6,8 @@ namespace PlantBox.Shared.Communication.Commands
|
||||
{
|
||||
public class PingCommand : CommandSerializable<PingCommand>
|
||||
{
|
||||
public override Command Command => Command.Ping;
|
||||
|
||||
public string Message { get; set; }
|
||||
|
||||
public PingCommand()
|
||||
|
||||
Reference in New Issue
Block a user