public Task HandleAsync(ProductWithdrew @event)
 {
     return(RemoveCacheAsync());
 }
Esempio n. 2
0
 private void Apply(ProductWithdrew @event)
 {
     Status = ProductStatus.Draft;
 }