C# Class Sample.Events.InventoryItemCountAdjustedEvent

Inheritance: AggregateRootEvent
Exibir arquivo Open project: thedersen/DDDCourse Class Usage Examples

Public Methods

Method Description
InventoryItemCountAdjustedEvent ( System.Guid aggregateId, int adjustedBy ) : System

Method Details

InventoryItemCountAdjustedEvent() public method

public InventoryItemCountAdjustedEvent ( System.Guid aggregateId, int adjustedBy ) : System
aggregateId System.Guid
adjustedBy int
return System