C# 클래스 Courses.Gui.Manager.Controllers.PartnerController

상속: Controller
파일 보기 프로젝트 열기: denismaster/dotnet01

공개 메소드들

메소드 설명
Index ( string sortOrder, string currentFilter, string searchString, int page ) : System.Web.Mvc.ActionResult
PartnerController ( IPartnerService partnerService ) : System

비공개 메소드들

메소드 설명
Delete ( PartnerViewModel partner ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ActionResult
Edit ( PartnerViewModelForAddEditView partner ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
EditPartnerCategorys ( PartnerWithAllCategorysViewModel partner, IEnumerable selectedCategorys ) : System.Web.Mvc.ActionResult
EditPartnerCategorys ( int id ) : System.Web.Mvc.ActionResult
New ( ) : System.Web.Mvc.ActionResult
New ( PartnerViewModelForAddEditView partner ) : System.Web.Mvc.ActionResult

메소드 상세

Index() 공개 메소드

public Index ( string sortOrder, string currentFilter, string searchString, int page ) : System.Web.Mvc.ActionResult
sortOrder string
currentFilter string
searchString string
page int
리턴 System.Web.Mvc.ActionResult

PartnerController() 공개 메소드

public PartnerController ( IPartnerService partnerService ) : System
partnerService IPartnerService
리턴 System