forked from sanchezvem/PyroFetes
Correcting all errors of types, writed, and entities.
This commit is contained in:
@@ -8,5 +8,8 @@ public class Quotation
|
||||
[Required, MaxLength(200)] public string? Message { get; set; }
|
||||
[Required, MaxLength(300)] public string? ConditionsSale { get; set; }
|
||||
|
||||
[Required] public int CustomerId { get; set; }
|
||||
public Customer? Customer { get; set; }
|
||||
|
||||
public List<QuotationProduct>? QuotationProducts { get; set; }
|
||||
}
|
Reference in New Issue
Block a user