C# Class ActivityLog.Controllers.CustomersController

Inheritance: Controller
Mostrar archivo Open project: marcusoftnet/ProgressiveNetDemos

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
CustomersController ( ICustomerRepository customerRepository ) : System.Web.Mvc
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult

Private Methods

Method Description
Create ( ActivityLog.Models.Customer customer ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( ActivityLog.Models.Customer customer ) : System.Web.Mvc.ActionResult

Method Details

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

CustomersController() public method

public CustomersController ( ICustomerRepository customerRepository ) : System.Web.Mvc
customerRepository ICustomerRepository
return System.Web.Mvc

Delete() public method

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

Details() public method

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

Edit() public method

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

Index() public method

public Index ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult