Reordered LINQ method calls to filter ShippingDocuments by foreign keys before loading related PartnerDepot entities. This change ensures only relevant related data is loaded, improving query performance without altering logic. |
||
|---|---|---|
| .. | ||
| CheckoutController.cs | ||
| CustomerPreorderController.cs | ||
| FruitBankDataController.cs | ||
| HelpController.cs | ||
| OrderController.cs | ||
| OrderDraftApiController.cs | ||
| PreorderController.cs | ||
| QuickOrderController.cs | ||