Design Pattern Framework 3.5
GetCustomer Method (customerId)
Patterns-In-Action! Application ► WindowsFormsModel ► Model ► GetCustomer(Int32)
Gets a specific customer.
Declaration Syntax
C# | Visual Basic |
public CustomerModel GetCustomer( int customerId )
Public Function GetCustomer ( _ customerId As Integer _ ) As CustomerModel
Parameters
- customerId (Int32)
- Unique customer identifier.
Return Value
Customer.