Nullverweise warnings bereinigt
This commit is contained in:
@@ -13,10 +13,10 @@ namespace ConsoleApp3.DataContracts
|
||||
{
|
||||
[DataMember(Name = "invoice", EmitDefaultValue = false)]
|
||||
[JsonProperty(PropertyName = "invoice")]
|
||||
public Invoice Invoice { get; set; }
|
||||
public Invoice? Invoice { get; set; }
|
||||
|
||||
[DataMember(Name = "invoicePosSave", EmitDefaultValue = false)]
|
||||
[JsonProperty(PropertyName = "invoicePosSave")]
|
||||
public InvoicePosSave[] InvoicePosSaves { get; set; }
|
||||
public InvoicePosSave[]? InvoicePosSaves { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user