Design Pattern Framework 3.5
Customer Constructor
Patterns-In-Action! Application ► BusinessObjects ► Customer ► Customer()()()
Members
Icon | Member | Description |
---|---|---|
Customer()()() |
Default constructor for customer class.
Initializes automatic properties.
|
|
Customer(Int32, String, String, String) |
Overloaded constructor for the Customer class.
|