GetCustomerWithOrders Method (customerId)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 GetCustomerWithOrders Method (customerId)
Patterns-In-Action! ApplicationASPNETWebApplication.ControllersCustomerControllerGetCustomerWithOrders(Int32)
Get customer object with all its orders.
Declaration Syntax
C# Visual Basic
public Customer GetCustomerWithOrders(
	int customerId
)
Public Function GetCustomerWithOrders ( _
	customerId As Integer _
) As Customer
Parameters
customerId (Int32)
Unique customer identifier.
Return Value
Customer object.

Assembly: ASPNETWebApplication (Module: ASPNETWebApplication) Version: 1.0.0.0 (1.0.0.0)