Design Pattern Framework 3.5
Customers Field
Patterns-In-Action! Application ► ActionService.Messages ► CustomerResponse ► Customers
List of customers.
Declaration Syntax
C# | Visual Basic |
public IList<CustomerDto> Customers
Public Customers As IList(Of CustomerDto)