Метод | Описание | |
---|---|---|
Index ( string sortOrder, string currentFilter, string searchString, int page ) : System.Web.Mvc.ViewResult | ||
PaymentController ( ) : System | ||
PaymentDone ( ) : System.Web.Mvc.ActionResult | ||
Refund ( int id ) : System.Web.Mvc.ActionResult | ||
Rentals ( int id ) : System.Web.Mvc.ViewResult |
Метод | Описание | |
---|---|---|
Refund ( |
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 |
public PaymentDone ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Refund ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Rentals ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
Результат | System.Web.Mvc.ViewResult |