C# Class DomainDrivenDelivery.Interfaces.Handling.WebService.HandlingReportWebService

Inheritance: HandlingReportService
Afficher le fichier Open project: awhatley/dddsample.net

Méthodes publiques

Méthode Description
setHandlingEventService ( HandlingEventService handlingEventService ) : void
submitReport ( HandlingReport handlingReport ) : void

Private Methods

Méthode Description
createErrorMessage ( string>.Dictionary allErrors ) : String

Method Details

setHandlingEventService() public méthode

public setHandlingEventService ( HandlingEventService handlingEventService ) : void
handlingEventService HandlingEventService
Résultat void

submitReport() public méthode

public submitReport ( HandlingReport handlingReport ) : void
handlingReport Aggregator.HandlingReport
Résultat void