コード例 #1
0
 public void Apply(ProductCreated @event)
 {
     // var view = locator.ProductView;
     view.Add(@event.Id, @event.Price);
 }