C# Class EA.Iws.Web.Areas.NotificationMovements.Controllers.CancelMovementController

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

Public Methods

Method Description
CancelMovementController ( IMediator mediator ) : System

Private Methods

Method Description
Confirm ( System.Guid notificationId ) : System.Web.Mvc.ActionResult
Confirm ( ConfirmCancelMovementsViewModel model ) : Task
Index ( CancelMovementsViewModel model ) : Task
Index ( System.Guid notificationId ) : Task
Success ( System.Guid notificationId ) : System.Web.Mvc.ActionResult

Method Details

CancelMovementController() public method

public CancelMovementController ( IMediator mediator ) : System
mediator IMediator
return System