Method | Description | |
---|---|---|
Booking ( int id, int offerId, int page ) : System.Web.Mvc.ActionResult | ||
Configure ( int id, Worki |
||
Configure ( int id, int offerId ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, int offerId ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, int offerId, Worki formData ) : System.Web.Mvc.ActionResult | ||
Index ( int id, int offerId ) : System.Web.Mvc.ActionResult | ||
OfferDropdown ( int id, int selected ) : System.Web.Mvc.ActionResult | ||
Prices ( int id, int offerId ) : System.Web.Mvc.ActionResult | ||
Prices ( int id, int offerId, Worki |
||
Quotation ( int id, int offerId, int page ) : System.Web.Mvc.ActionResult | ||
T4MVC_OfferController ( ) : System | ||
VerticalMenu ( int id, int selected ) : System.Web.Mvc.ActionResult |
public Booking ( int id, int offerId, int page ) : System.Web.Mvc.ActionResult | ||
id | int | |
offerId | int | |
page | int | |
return | System.Web.Mvc.ActionResult |
public Configure ( int id, Worki |
||
id | int | |
formData | Worki |
|
return | System.Web.Mvc.ActionResult |
public Configure ( int id, int offerId ) : System.Web.Mvc.ActionResult | ||
id | int | |
offerId | int | |
return | System.Web.Mvc.ActionResult |
public Edit ( int id, int offerId ) : System.Web.Mvc.ActionResult | ||
id | int | |
offerId | int | |
return | System.Web.Mvc.ActionResult |
public Edit ( int id, int offerId, Worki formData ) : System.Web.Mvc.ActionResult | ||
id | int | |
offerId | int | |
formData | Worki | |
return | System.Web.Mvc.ActionResult |
public Index ( int id, int offerId ) : System.Web.Mvc.ActionResult | ||
id | int | |
offerId | int | |
return | System.Web.Mvc.ActionResult |
public OfferDropdown ( int id, int selected ) : System.Web.Mvc.ActionResult | ||
id | int | |
selected | int | |
return | System.Web.Mvc.ActionResult |
public Prices ( int id, int offerId ) : System.Web.Mvc.ActionResult | ||
id | int | |
offerId | int | |
return | System.Web.Mvc.ActionResult |
public Prices ( int id, int offerId, Worki |
||
id | int | |
offerId | int | |
formData | Worki |
|
return | System.Web.Mvc.ActionResult |
public Quotation ( int id, int offerId, int page ) : System.Web.Mvc.ActionResult | ||
id | int | |
offerId | int | |
page | int | |
return | System.Web.Mvc.ActionResult |
public VerticalMenu ( int id, int selected ) : System.Web.Mvc.ActionResult | ||
id | int | |
selected | int | |
return | System.Web.Mvc.ActionResult |