Inheritance: MicroServices.Common.Event
Example #1
0
 private void Apply(OrderPlaced o)
 {
     Id = o.Id;
     ProductId = o.ProductId;
     Quantity = o.Quantity;
 }