C# Class TypeScriptAngularWebApiApp.Models.Salutation

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

Méthodes publiques

Méthode Description
Salutation ( )

Initialises a new instance of the Salutation class.

Salutation ( string text, string value )

Initialises a new instance of the Salutation class.

Method Details

Salutation() public méthode

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

Salutation() public méthode

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