C# Class EA.Iws.Web.Areas.AdminImportNotificationMovements.Controllers.DeleteController

Inheritance: Controller
Exibir arquivo Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
DeleteController ( IMediator mediator ) : System

Private Methods

Method Description
Confirm ( ConfirmViewModel model ) : System.Web.Mvc.ActionResult
Delete ( System.Guid id ) : System.Web.Mvc.ActionResult
Delete ( System.Guid id, DeleteViewModel model ) : Task
Index ( System.Guid id ) : System.Web.Mvc.ActionResult
Index ( System.Guid id, IndexViewModel model ) : Task

Method Details

DeleteController() public method

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