Fixed error with creation of document
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace PyroFetes.DTO.QuotationProduct.Request;
|
||||
|
||||
public class AddQuotationProductDto
|
||||
{
|
||||
public int Quantity { get; set; }
|
||||
public int QuotationId { get; set; }
|
||||
public int ProductId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user