C# Class Visual.SessionService

Inheritance: ISessionService
Mostra file Open project: 23/23-api-dotnet

Public Methods

Method Description
GetToken ( string returnUrl = "/", string email = null, string fullname = null ) : Session
SessionService ( IApiProvider provider ) : System.Collections.Generic

Method Details

GetToken() public method

public GetToken ( string returnUrl = "/", string email = null, string fullname = null ) : Session
returnUrl string
email string
fullname string
return Visual.Domain.Session

SessionService() public method

public SessionService ( IApiProvider provider ) : System.Collections.Generic
provider IApiProvider
return System.Collections.Generic