initial change of nullables and few more generators
This commit is contained in:
@@ -5,8 +5,8 @@ namespace Core.Models.Eft.Insurance;
|
||||
public class GetInsuranceCostRequestData
|
||||
{
|
||||
[JsonPropertyName("traders")]
|
||||
public List<string> Traders { get; set; }
|
||||
public List<string>? Traders { get; set; }
|
||||
|
||||
[JsonPropertyName("items")]
|
||||
public List<string> Items { get; set; }
|
||||
public List<string>? Items { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user