Fix orderType a num (no string)

This commit is contained in:
Samuele E. Locatelli
2020-08-10 18:37:28 +02:00
parent 361fc74241
commit efd86dfdf7
+2 -1
View File
@@ -54,7 +54,8 @@ namespace NKC_SDK
/// <summary>
/// Tipo di ordine richiesto
/// </summary>
[JsonConverter(typeof(StringEnumConverter))]
// riportato a numero
//[JsonConverter(typeof(StringEnumConverter))]
public oType OrderType { get; set; }
/// <summary>
/// Elenco ordini richeisti da processare / nestare