C# Class TypeScriptAngularWebApiApp.Models.Salutation

This represents the entity for salutation.
Mostra file Open project: devkimchi/TypeScript-WebApi-Sample

Public Methods

Method 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 method

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

Salutation() public method

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