C# Class Sample.Events.InventoryItemCountAdjustedEvent

Inheritance: AggregateRootEvent
Afficher le fichier Open project: thedersen/DDDCourse Class Usage Examples

Méthodes publiques

Méthode Description
InventoryItemCountAdjustedEvent ( System.Guid aggregateId, int adjustedBy ) : System

Method Details

InventoryItemCountAdjustedEvent() public méthode

public InventoryItemCountAdjustedEvent ( System.Guid aggregateId, int adjustedBy ) : System
aggregateId System.Guid
adjustedBy int
Résultat System