示例#1
0
 public void Handle(CentreDeleted e)
 {
     Centres.RemoveAll(x => x.Id == e.CentreId);
     //TODO: Delete image
 }
示例#2
0
 public void Apply(CentreDeleted e)
 {
     //TODO: nothing at this time
 }