|
| CancelController (ISessionContextService sessionContextService, IContractService contractService, IProductService productsService, IContractHistoryService contractHistoryService, ILoggerService logger) |
|
ActionResult | Quote () |
|
ActionResult | QuoteReview (int id, int? opt) |
|
ActionResult | RequestQuote (int id, int? opt) |
|
ActionResult | QuoteRequest (CancelContractDTO contract) |
|
ActionResult | QuoteRefundDetails (CancelQuoteNewQuoteDTO model) |
|
ActionResult | QuotePrevious (int quoteId, int? opt) |
|
ActionResult | SearchQuoteResults (CancelLookupViewModel model) |
|
ActionResult | Contract () |
|
ActionResult | ContractReview (int id) |
|
ActionResult | CancelContract (int contractId) |
|
ActionResult | UpdateQuotedContractFee (int contractId, int histId, decimal fee) |
|
ActionResult | CancelQuotedContract (int contractId, int histId) |
|
ActionResult | ContractPrevious (int quoteId, int? opt) |
|
ActionResult | SearchCancelResults (CancelLookupViewModel model) |
|
◆ CancelController()
◆ CancelContract()
ActionResult Tronix.Web.Controllers.CancelController.CancelContract |
( |
int |
contractId | ) |
|
◆ CancelQuotedContract()
ActionResult Tronix.Web.Controllers.CancelController.CancelQuotedContract |
( |
int |
contractId, |
|
|
int |
histId |
|
) |
| |
◆ Contract()
ActionResult Tronix.Web.Controllers.CancelController.Contract |
( |
| ) |
|
◆ ContractPrevious()
ActionResult Tronix.Web.Controllers.CancelController.ContractPrevious |
( |
int |
quoteId, |
|
|
int? |
opt |
|
) |
| |
◆ ContractReview()
ActionResult Tronix.Web.Controllers.CancelController.ContractReview |
( |
int |
id | ) |
|
◆ Quote()
ActionResult Tronix.Web.Controllers.CancelController.Quote |
( |
| ) |
|
◆ QuotePrevious()
ActionResult Tronix.Web.Controllers.CancelController.QuotePrevious |
( |
int |
quoteId, |
|
|
int? |
opt |
|
) |
| |
◆ QuoteRefundDetails()
◆ QuoteRequest()
ActionResult Tronix.Web.Controllers.CancelController.QuoteRequest |
( |
CancelContractDTO |
contract | ) |
|
◆ QuoteReview()
ActionResult Tronix.Web.Controllers.CancelController.QuoteReview |
( |
int |
id, |
|
|
int? |
opt |
|
) |
| |
◆ RequestQuote()
ActionResult Tronix.Web.Controllers.CancelController.RequestQuote |
( |
int |
id, |
|
|
int? |
opt |
|
) |
| |
◆ SearchCancelResults()
◆ SearchQuoteResults()
◆ UpdateQuotedContractFee()
ActionResult Tronix.Web.Controllers.CancelController.UpdateQuotedContractFee |
( |
int |
contractId, |
|
|
int |
histId, |
|
|
decimal |
fee |
|
) |
| |
The documentation for this class was generated from the following file: