C# Class StarterTemplate.Core.CurrentUserContext

Afficher le fichier Open project: mccalltd/MvcStarterTemplate Class Usage Examples

Private Properties

Свойство Type Description
AuthenticateFromCurrentHttpContext void

Méthodes publiques

Méthode Description
Authenticate ( string username ) : void
CurrentUserContext ( IReadOnlyRepository repository ) : System

Private Methods

Méthode Description
AuthenticateFromCurrentHttpContext ( ) : void

Method Details

Authenticate() public méthode

public Authenticate ( string username ) : void
username string
Résultat void

CurrentUserContext() public méthode

public CurrentUserContext ( IReadOnlyRepository repository ) : System
repository IReadOnlyRepository
Résultat System