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

Inheritance: HandlingReportService
Exibir arquivo Open project: awhatley/dddsample.net

Public Methods

Method Description
setHandlingEventService ( HandlingEventService handlingEventService ) : void
submitReport ( HandlingReport handlingReport ) : void

Private Methods

Method Description
createErrorMessage ( string>.Dictionary allErrors ) : String

Method Details

setHandlingEventService() public method

public setHandlingEventService ( HandlingEventService handlingEventService ) : void
handlingEventService HandlingEventService
return void

submitReport() public method

public submitReport ( HandlingReport handlingReport ) : void
handlingReport Aggregator.HandlingReport
return void