Method | Description | |
---|---|---|
CustomerController ( ) : System | ||
Details ( int id ) : System.Web.Mvc.ViewResult | ||
Index ( string sortOrder, string currentFilter, string searchString, int page ) : System.Web.Mvc.ViewResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Payments ( int customerid ) : System.Web.Mvc.ViewResult | ||
Rentals ( int customerid ) : System.Web.Mvc.ViewResult |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |
public Index ( string sortOrder, string currentFilter, string searchString, int page ) : System.Web.Mvc.ViewResult | ||
sortOrder | string | |
currentFilter | string | |
searchString | string | |
page | int | |
return | System.Web.Mvc.ViewResult |