forked from sanchezvem/PyroFetes
added CreateQuotationEndpoint.cs
This commit is contained in:
10
PyroFetes/DTO/Quotation/Request/CreateQuotationDto.cs
Normal file
10
PyroFetes/DTO/Quotation/Request/CreateQuotationDto.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using PyroFetes.DTO.QuotationProduct.Request;
|
||||
|
||||
namespace PyroFetes.DTO.Quotation.Request;
|
||||
|
||||
public class CreateQuotationDto
|
||||
{
|
||||
public string? Message { get; set; }
|
||||
public string? ConditionsSale { get; set; }
|
||||
public List<CreateProductQuotationDto>? Products { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user