C# Class Bzs.Portable.DataTransferObjects.Authentication.LoginResultDto

Inheritance: Bzs.Portable.DataTransferObjects.Base.ResultDto
Datei anzeigen Open project: romankmueller/SchoolPlanner

Private Properties

Property Type Description

Public Methods

Method Description
LoginResultDto ( ) : System

Initializes a new instance of the LoginResultDto class.

LoginResultDto ( System.Guid sessionId ) : System

Initializes a new instance of the LoginResultDto class.

Method Details

LoginResultDto() public method

Initializes a new instance of the LoginResultDto class.
public LoginResultDto ( ) : System
return System

LoginResultDto() public method

Initializes a new instance of the LoginResultDto class.
public LoginResultDto ( System.Guid sessionId ) : System
sessionId System.Guid The session identifier.
return System