예제 #1
0
 public Task HandleAsync(ProductWithdrew @event)
 {
     return(RemoveCacheAsync());
 }
예제 #2
0
 private void Apply(ProductWithdrew @event)
 {
     Status = ProductStatus.Draft;
 }