C# Class Waf.InformationManager.AddressBook.Interfaces.Domain.ContactDto

Contains contact informations. This is a data transfer object that can be used to pass information over module boundaries.
Show file Open project: jbe2277/waf Class Usage Examples

Public Methods

Method Description
ContactDto ( string firstname, string lastname, string email )

Initializes a new instance of the ContactDto class.

Method Details

ContactDto() public method

Initializes a new instance of the ContactDto class.
public ContactDto ( string firstname, string lastname, string email )
firstname string The first name.
lastname string The last name.
email string The email.