Fixed error with documentId
This commit is contained in:
@@ -15,4 +15,5 @@ public class GetQuotationProductDto
|
||||
public string? ProductImage { get; set; }
|
||||
public string? ProductLink { get; set; }
|
||||
public int ProductMinimalQuantity { get; set; }
|
||||
public int QuotationId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user