C# Class Pepino.Domain.Entities.UserLoginSession

Inheritance: System.Entity, IUserSession
Exibir arquivo Open project: AcklenAvenue/Pepino Class Usage Examples

Public Methods

Method Description
UserLoginSession ( System.Guid token, User user, System.DateTime expires ) : System

Protected Methods

Method Description
UserLoginSession ( ) : System

Method Details

UserLoginSession() protected method

protected UserLoginSession ( ) : System
return System

UserLoginSession() public method

public UserLoginSession ( System.Guid token, User user, System.DateTime expires ) : System
token System.Guid
user User
expires System.DateTime
return System