Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Refund ( |
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 |
public PaymentDone ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Refund ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Rentals ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |