C# 클래스 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.
파일 보기 프로젝트 열기: jbe2277/waf 1 사용 예제들

공개 메소드들

메소드 설명
ContactDto ( string firstname, string lastname, string email )

Initializes a new instance of the ContactDto class.

메소드 상세

ContactDto() 공개 메소드

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.