C# 클래스 WebApp.Controllers.BaseController

상속: Controller
파일 보기 프로젝트 열기: RR-Studio/RealEstateCrm

보호된 프로퍼티들

프로퍼티 타입 설명
_context ApplicationDbContext

보호된 메소드들

메소드 설명
BaseController ( ApplicationDbContext context ) : System.IO
ErrorMessage ( string message ) : void
SuccessMessage ( string message ) : void

메소드 상세

BaseController() 보호된 메소드

protected BaseController ( ApplicationDbContext context ) : System.IO
context ApplicationDbContext
리턴 System.IO

ErrorMessage() 보호된 메소드

protected ErrorMessage ( string message ) : void
message string
리턴 void

SuccessMessage() 보호된 메소드

protected SuccessMessage ( string message ) : void
message string
리턴 void

프로퍼티 상세

_context 보호되어 있는 프로퍼티

protected ApplicationDbContext _context
리턴 ApplicationDbContext