C# 클래스 StarterTemplate.Core.CurrentUserContext

파일 보기 프로젝트 열기: mccalltd/MvcStarterTemplate 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AuthenticateFromCurrentHttpContext void

공개 메소드들

메소드 설명
Authenticate ( string username ) : void
CurrentUserContext ( IReadOnlyRepository repository ) : System

비공개 메소드들

메소드 설명
AuthenticateFromCurrentHttpContext ( ) : void

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( string username ) : void
username string
리턴 void

CurrentUserContext() 공개 메소드

public CurrentUserContext ( IReadOnlyRepository repository ) : System
repository IReadOnlyRepository
리턴 System