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