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