Design Pattern Framework 3.5
Customer Property
Gets or sets customer for which order is placed.
Declaration Syntax
C# | Visual Basic |
public CustomerModel Customer { get; set; }
Public Property Customer As CustomerModel