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

Inheritance: Bzs.Portable.DataTransferObjects.Base.ResultDto
Afficher le fichier Open project: romankmueller/SchoolPlanner

Private Properties

Свойство Type Description

Méthodes publiques

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

Initializes a new instance of the LoginResultDto class.
public LoginResultDto ( ) : System
Résultat System

LoginResultDto() public méthode

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