C# Class Barista.Service.MicroServices.Orders.Domain.BaristaOrder

Inheritance: Aggregate
Afficher le fichier Open project: rbanks54/microcafe

Méthodes publiques

Méthode Description
CompletePreparation ( int originalVersion ) : void

Private Methods

Méthode Description
Apply ( OrderPlaced o ) : void
Apply ( OrderPrepared c ) : void
BaristaOrder ( ) : System
BaristaOrder ( System.Guid id, System.Guid productId, int quantity ) : System
ValidateVersion ( int version ) : void

Method Details

CompletePreparation() public méthode

public CompletePreparation ( int originalVersion ) : void
originalVersion int
Résultat void