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

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

Public Methods

Method Description
CustomsOfficeController ( IMediator mediator ) : System
Index ( System.Guid id, bool backToOverview = null ) : Task
NoCustomsOffice ( System.Guid id, bool backToOverview = null ) : System.Web.Mvc.ActionResult

Method Details

CustomsOfficeController() public method

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

Index() public method

public Index ( System.Guid id, bool backToOverview = null ) : Task
id System.Guid
backToOverview bool
return Task

NoCustomsOffice() public method

public NoCustomsOffice ( System.Guid id, bool backToOverview = null ) : System.Web.Mvc.ActionResult
id System.Guid
backToOverview bool
return System.Web.Mvc.ActionResult