Fix DeviceCommandController bug
This commit is contained in:
Родитель
f2ec79c86c
Коммит
f0afa360f8
|
@ -5,11 +5,12 @@ namespace Microsoft.Azure.Devices.Applications.RemoteMonitoring.Common.Models.Co
|
|||
{
|
||||
public class Command
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Serialziation deserialziation constructor.
|
||||
/// </summary>
|
||||
[JsonConstructor]
|
||||
internal Command()
|
||||
public Command()
|
||||
{
|
||||
Parameters = new List<Parameter>();
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ namespace Microsoft.Azure.Devices.Applications.RemoteMonitoring.Common.Models
|
|||
/// Serialization deserialization constructor.
|
||||
/// </summary>
|
||||
[JsonConstructor]
|
||||
internal Parameter()
|
||||
public Parameter()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче