C# 클래스 EventSourcingCqrsSample.Models.ViewModels.Salutations.Salutation

This represents the entity for salutation.
파일 보기 프로젝트 열기: devkimchi/EventSourcing-CQRS-Sample

공개 메소드들

메소드 설명
Salutation ( )

Initializes a new instance of the Salutation class.

Salutation ( string text, string value )

Initializes a new instance of the Salutation class.

메소드 상세

Salutation() 공개 메소드

Initializes a new instance of the Salutation class.
public Salutation ( )

Salutation() 공개 메소드

Initializes a new instance of the Salutation class.
public Salutation ( string text, string value )
text string Salutation text.
value string Salutation value.