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

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

Public Methods

Method Description
CarrierController ( IMediator mediator, AddAddressBookEntry>.IMap addCarrierAddressBookMap ) : System

Private Methods

Method Description
Add ( AddCarrierViewModel model, bool backToOverview = null ) : Task
Add ( System.Guid id, bool backToOverview = null ) : Task
Edit ( EditCarrierViewModel model, bool backToOverview = null ) : Task
Edit ( System.Guid id, System.Guid entityId, bool backToOverview = null ) : Task
List ( System.Guid id, bool backToOverview = null ) : Task
Remove ( System.Guid id, System.Guid entityId, bool backToOverview = null ) : Task
Remove ( RemoveCarrierViewModel model, bool backToOverview = null ) : Task

Method Details

CarrierController() public method

public CarrierController ( IMediator mediator, AddAddressBookEntry>.IMap addCarrierAddressBookMap ) : System
mediator IMediator
addCarrierAddressBookMap AddAddressBookEntry>.IMap
return System