C# Class EA.Iws.Web.Areas.AdminExportAssessment.Controllers.KeyDatesController

Inheritance: Controller
Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

Méthode Description
KeyDatesController ( IMediator mediator, AuthorizationService authorizationService ) : System

Private Methods

Méthode Description
AcceptChanges ( System.Guid id ) : Task
AddRelevantDateToNewDate ( DateInputViewModel model ) : void
FileClosed ( DateInputViewModel model ) : System.Threading.Tasks.Task
Index ( DateInputViewModel model ) : Task
Index ( System.Guid id, KeyDatesStatusEnum command ) : Task
RejectChanges ( System.Guid id ) : Task
SetAcknowledged ( DateInputViewModel model ) : System.Threading.Tasks.Task
SetArchiveReference ( DateInputViewModel model ) : System.Threading.Tasks.Task
SetAssessmentCommenced ( DateInputViewModel model ) : System.Threading.Tasks.Task
SetNotificationComplete ( DateInputViewModel model ) : System.Threading.Tasks.Task
SetNotificationReceived ( DateInputViewModel model ) : System.Threading.Tasks.Task
SetNotificationTransmitted ( DateInputViewModel model ) : System.Threading.Tasks.Task
UnlockNotification ( System.Guid id ) : Task

Method Details

KeyDatesController() public méthode

public KeyDatesController ( IMediator mediator, AuthorizationService authorizationService ) : System
mediator IMediator
authorizationService AuthorizationService
Résultat System