forked from sanchezvem/PyroFetes
added CreateQuotationEndpoint.cs
This commit is contained in:
@@ -7,5 +7,5 @@ public class GetQuotationDto
|
||||
public int Id { get; set; }
|
||||
public string? Message { get; set; }
|
||||
public string? ConditionsSale { get; set; }
|
||||
public List<GetQuotationProductDto>? GetQuotationProductDto { get; set; }
|
||||
public List<GetQuotationProductDto>? Products { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user