C# 클래스 EA.Iws.Web.Areas.NotificationApplication.Controllers.TransitStateController

상속: Controller
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
TransitStateController ( IMediator mediator, TransitStateViewModel>.IMap transitStateMapper ) : Infrastructure

비공개 메소드들

메소드 설명
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

메소드 상세

TransitStateController() 공개 메소드

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