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

Inheritance: Aggregate
Mostrar archivo Open project: rbanks54/microcafe

Public Methods

Method Description
CompletePreparation ( int originalVersion ) : void

Private Methods

Method 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 method

public CompletePreparation ( int originalVersion ) : void
originalVersion int
return void