Design Pattern Framework 3.5
GetOrders Method (customerId)
Patterns-In-Action! Application ► WPFModel.Provider ► IProvider ► GetOrders(Int32)
Declaration Syntax
C# | Visual Basic |
ObservableCollection<OrderModel> GetOrders( int customerId )
Function GetOrders ( _ customerId As Integer _ ) As ObservableCollection(Of OrderModel)
Parameters
- customerId (Int32)