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

This represents the entity for salutation.
Afficher le fichier Open project: devkimchi/EventSourcing-CQRS-Sample

Méthodes publiques

Méthode 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 méthode

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

Salutation() public méthode

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