Cleaned code
This commit is contained in:
@@ -11,6 +11,6 @@ public class GetPurchaseOrderByIdWithProductsSpec : SingleResultSpecification<Pu
|
||||
.Where(x => x.Id == purchaseOrderId)
|
||||
.Include(x => x.PurchaseProducts!)
|
||||
.ThenInclude(p => p.Product)
|
||||
.ThenInclude(p=> p!.Prices);
|
||||
.ThenInclude(p => p!.Prices);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user