Ejemplo n.º 1
0
 public void Handle(HotelDeleted e)
 {
     Hotels.RemoveAll(x => x.Id == e.HotelId);
     //TODO: Delete logo and image
 }
Ejemplo n.º 2
0
 public void Apply(HotelDeleted e)
 {
     //TODO: nothing at this time
 }