C# Class EA.Iws.Web.Areas.AdminExportAssessment.Controllers.FinancialGuaranteeDecisionController

Inheritance: Controller
Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

Méthode Description
FinancialGuaranteeDecisionController ( IMediator mediator ) : System

Private Methods

Méthode Description
Approve ( System.Guid id, ApproveFinancialGuaranteeViewModel model ) : Task
Approve ( System.Guid id, System.Guid financialGuaranteeId ) : Task
Index ( System.Guid id, FinancialGuaranteeDecisionViewModel model ) : System.Web.Mvc.ActionResult
Index ( System.Guid id, System.Guid financialGuaranteeId ) : Task
Refuse ( System.Guid id, System.Guid financialGuaranteeId ) : Task
Refuse ( System.Guid id, RefuseFinancialGuaranteeViewModel model ) : Task
Release ( System.Guid id, System.Guid financialGuaranteeId ) : Task
Release ( System.Guid id, ReleaseFinancialGuaranteeViewModel model ) : Task
Released ( ) : System.Web.Mvc.ActionResult

Method Details

FinancialGuaranteeDecisionController() public méthode

public FinancialGuaranteeDecisionController ( IMediator mediator ) : System
mediator IMediator
Résultat System