Пример #1
0
 public void Handle(ProductWasRemoved message)
 {
     localDataStore.DeleteEntity <ProductDto>(message.Product.Id.ToString());
 }