Design Pattern Framework 3.5
GetOrders Method (customerId)
Patterns-In-Action! Application ► WindowsFormsModel ► IModel ► GetOrders(Int32)

C# | Visual Basic |
IList<OrderModel> GetOrders( int customerId )
Function GetOrders ( _ customerId As Integer _ ) As IList(Of OrderModel)

- customerId (Int32)