Design Pattern Framework 3.5
GetCustomerWithOrders Method (customerId)
Patterns-In-Action! Application ► ASPNETWebApplication.Controllers ► CustomerController ► GetCustomerWithOrders(Int32)
Get customer object with all its orders.
Declaration Syntax
Parameters
- customerId (Int32)
- Unique customer identifier.
Return Value
Customer object.