Design Pattern Framework 3.5
GetOrders Method (customerId)
Patterns-In-Action! Application ► WPFModel.Provider ► IProvider ► GetOrders(Int32)

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

- customerId (Int32)