forked from sanchezvem/PyroFetes
Refactored Quotation
This commit is contained in:
@@ -8,6 +8,7 @@ public sealed class GetQuotationByIdSpec : Specification<Quotation>
|
||||
public GetQuotationByIdSpec(int quotationId)
|
||||
{
|
||||
Query
|
||||
.Include(q => q.QuotationProducts)
|
||||
.Where(x => x.Id == quotationId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user