C# 클래스 Administrasjon.Controllers.AdminCustomerController

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

공개 메소드들

메소드 설명
AdminCustomerController ( ) : System
AdminCustomerController ( CustomerBLL customerBLL, LoggingBLL loggingBLL ) : System
AllCustomers ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Edit ( CustomerModel customerModel ) : System.Web.Mvc.ActionResult

메소드 상세

AdminCustomerController() 공개 메소드

public AdminCustomerController ( ) : System
리턴 System

AdminCustomerController() 공개 메소드

public AdminCustomerController ( CustomerBLL customerBLL, LoggingBLL loggingBLL ) : System
customerBLL Kaffeplaneten.BLL.CustomerBLL
loggingBLL Kaffeplaneten.BLL.LoggingBLL
리턴 System

AllCustomers() 공개 메소드

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

Delete() 공개 메소드

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Details() 공개 메소드

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

Edit() 공개 메소드

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

Index() 공개 메소드

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