C# 클래스 CtcApi.Web.Mvc.BaseController

상속: Controller
파일 보기 프로젝트 열기: BellevueCollege/CtcApi

공개 메소드들

메소드 설명
BaseController ( Assembly instance ) : System

메소드 상세

BaseController() 공개 메소드

public BaseController ( Assembly instance ) : System
instance System.Reflection.Assembly /// The actual which is using this base class. /// This refernece allows us to obtain the correct /// information for the initially invoked application. ///
리턴 System