IList<Order> LoadForAffiliate( int affiliateId, DateTime startDate, DateTime endDate, string sortExpression )
Parameters
- affiliateId
- Affiliate for which to load the orders
- startDate
- start date to consider when loading orders
- endDate
- end date to consider when loading orders
- sortExpression
- Sort expression to use for sorting the loaded objects
Return Value
A collection of orders associated to a given affiliate