C# Class DomainDrivenDelivery.Application.Event.CargoUpdater

显示文件 Open project: awhatley/dddsample.net Class Usage Examples

Public Methods

Method Description
CargoUpdater ( SystemEvents systemEvents, CargoRepository cargoRepository, HandlingEventRepository handlingEventRepository ) : DomainDrivenDelivery.Domain.Model.Freight

Private Methods

Method Description
CargoUpdater ( ) : DomainDrivenDelivery.Domain.Model.Freight
updateCargo ( EventSequenceNumber sequenceNumber ) : void

Method Details

CargoUpdater() public method

public CargoUpdater ( SystemEvents systemEvents, CargoRepository cargoRepository, HandlingEventRepository handlingEventRepository ) : DomainDrivenDelivery.Domain.Model.Freight
systemEvents SystemEvents
cargoRepository CargoRepository
handlingEventRepository HandlingEventRepository
return DomainDrivenDelivery.Domain.Model.Freight