Add endpoint to display all customers, and updated dto to create quotation and purchase order
This commit is contained in:
@@ -6,5 +6,7 @@ public class CreateQuotationDto
|
||||
{
|
||||
public string? Message { get; set; }
|
||||
public string? ConditionsSale { get; set; }
|
||||
public int CustomerId { get; set; }
|
||||
public int SupplierId { get; set; }
|
||||
public List<CreateProductQuotationDto>? Products { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user