C# Class EA.Iws.Web.Areas.NotificationApplication.Controllers.TransitStateController

Inheritance: Controller
Show file Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
TransitStateController ( IMediator mediator, TransitStateViewModel>.IMap transitStateMapper ) : Infrastructure

Private Methods

Method Description
ChangeCountryAction ( TransitStateViewModel model ) : System.Web.Mvc.ActionResult
Delete ( System.Guid id, System.Guid delete, bool backToOverview = null ) : Task
GetCompetentAuthoritiesAndCountriesForModel ( TransitStateViewModel model ) : System.Threading.Tasks.Task
GetCountrySelectListForModel ( TransitStateViewModel model ) : Task
Index ( System.Guid id, System.Guid entityId, TransitStateViewModel model, string submit, bool backToOverview ) : Task
Index ( System.Guid id, System.Guid entityId, bool backToOverview ) : Task
SelectCountryAction ( TransitStateViewModel model ) : System.Web.Mvc.ActionResult
SubmitAction ( System.Guid id, System.Guid transitStateId, TransitStateViewModel model, bool backToOverview ) : Task

Method Details

TransitStateController() public method

public TransitStateController ( IMediator mediator, TransitStateViewModel>.IMap transitStateMapper ) : Infrastructure
mediator IMediator
transitStateMapper TransitStateViewModel>.IMap
return Infrastructure