C# 클래스 BinaryStudio.ClientManager.WebUi.Controllers.ClientsController

상속: Controller
파일 보기 프로젝트 열기: titarenko/ClientManager 1 사용 예제들

공개 메소드들

메소드 설명
ClientsController ( IRepository repository ) : System.IO
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( int id ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult
MailingHistory ( int id ) : System.Web.Mvc.ViewResult

비공개 메소드들

메소드 설명
AddPhoto ( int id, System.Web.HttpPostedFileBase photo ) : System.Web.Mvc.ActionResult
Edit ( int id, Person client ) : System.Web.Mvc.ActionResult

메소드 상세

ClientsController() 공개 메소드

public ClientsController ( IRepository repository ) : System.IO
repository IRepository
리턴 System.IO

Details() 공개 메소드

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
리턴 System.Web.Mvc.ViewResult

Edit() 공개 메소드

public Edit ( int id ) : System.Web.Mvc.ViewResult
id int
리턴 System.Web.Mvc.ViewResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

MailingHistory() 공개 메소드

public MailingHistory ( int id ) : System.Web.Mvc.ViewResult
id int
리턴 System.Web.Mvc.ViewResult