Esempio n. 1
0
 public void Handle(StuffTrashed e)
 {
     if (CanHandle(e.Id))
     {
         _model.StuffTrashed(e.StuffId);
     }
 }
Esempio n. 2
0
 public void When(StuffTrashed e)
 {
     // Stop tracking this Stuff from our Inbox HashSet
     Inbox.Remove(e.StuffId);
 }
Esempio n. 3
0
 public void When(StuffTrashed e)
 {
     // Stop tracking this Stuff from our Inbox HashSet
     Inbox.Remove(e.StuffId);
 }