C# Class Pepino.Domain.Entities.PasswordResetAuthorization

Inheritance: IEntity
显示文件 Open project: AcklenAvenue/Pepino

Public Methods

Method Description
PasswordResetAuthorization ( System.Guid token, System.Guid userId, System.DateTime created ) : System

Protected Methods

Method Description
PasswordResetAuthorization ( ) : System

Method Details

PasswordResetAuthorization() protected method

protected PasswordResetAuthorization ( ) : System
return System

PasswordResetAuthorization() public method

public PasswordResetAuthorization ( System.Guid token, System.Guid userId, System.DateTime created ) : System
token System.Guid
userId System.Guid
created System.DateTime
return System