Метод | Описание | |
---|---|---|
CustomerController ( ) : System | ||
Details ( int id ) : System.Web.Mvc.ViewResult | ||
Index ( string sortOrder, string currentFilter, string searchString, int page ) : System.Web.Mvc.ViewResult |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
Payments ( int customerid ) : System.Web.Mvc.ViewResult | ||
Rentals ( int customerid ) : System.Web.Mvc.ViewResult |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
Результат | System.Web.Mvc.ViewResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Index ( string sortOrder, string currentFilter, string searchString, int page ) : System.Web.Mvc.ViewResult | ||
sortOrder | string | |
currentFilter | string | |
searchString | string | |
page | int | |
Результат | System.Web.Mvc.ViewResult |