C# 클래스 PitchingTube.Controllers.BaseController

상속: Controller
파일 보기 프로젝트 열기: thesameqad/pitchingtube

보호된 프로퍼티들

프로퍼티 타입 설명
participantRepository ParticipantRepository
partnerRepository PartnerRepository
personRepository PersonRepository
tubeRepository TubeRepository

공개 메소드들

메소드 설명
RedirectToTubeMode ( ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
GetCurrentUserId ( ) : System.Guid

메소드 상세

GetCurrentUserId() 보호된 메소드

protected GetCurrentUserId ( ) : System.Guid
리턴 System.Guid

RedirectToTubeMode() 공개 메소드

public RedirectToTubeMode ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

프로퍼티 상세

participantRepository 보호되어 있는 프로퍼티

protected ParticipantRepository participantRepository
리턴 ParticipantRepository

partnerRepository 보호되어 있는 프로퍼티

protected PartnerRepository partnerRepository
리턴 PartnerRepository

personRepository 보호되어 있는 프로퍼티

protected PersonRepository personRepository
리턴 PersonRepository

tubeRepository 보호되어 있는 프로퍼티

protected TubeRepository tubeRepository
리턴 TubeRepository