C# Class EventSourcingCqrsSample.Models.ViewModels.Salutations.Salutation

This represents the entity for salutation.
显示文件 Open project: devkimchi/EventSourcing-CQRS-Sample

Public Methods

Method Description
Salutation ( )

Initializes a new instance of the Salutation class.

Salutation ( string text, string value )

Initializes a new instance of the Salutation class.

Method Details

Salutation() public method

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

Salutation() public method

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