예제 #1
0
 public void Handle(NewsDeleted e)
 {
     NewsArticles.RemoveAll(x => x.Id == e.NewsId);
 }
예제 #2
0
 public void Apply(NewsDeleted e)
 {
     //TODO: nothing at this time
 }