C# 클래스 Cats.Web.Hub.BaseController

상속: Controller
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
BaseController ( IUserProfileService userProfileService ) : System

보호된 메소드들

메소드 설명
ExecuteCore ( ) : void

Invokes the action in the current controller context.

GetCurrentUserProfile ( ) : UserProfile

Gets the current user profile.

메소드 상세

BaseController() 공개 메소드

public BaseController ( IUserProfileService userProfileService ) : System
userProfileService IUserProfileService
리턴 System

ExecuteCore() 보호된 메소드

Invokes the action in the current controller context.
protected ExecuteCore ( ) : void
리턴 void

GetCurrentUserProfile() 보호된 메소드

Gets the current user profile.
protected GetCurrentUserProfile ( ) : UserProfile
리턴 Cats.Models.Hubs.UserProfile