Example #1
0
 public void When(TrashStuff cmd)
 {
     ChangeAgg(cmd.Id, agg => agg.TrashStuff(cmd.StuffId, _time));
 }
 public void When(TrashStuff cmd)
 {
     ChangeAgg(cmd.Id, agg => agg.TrashStuff(cmd.StuffId, _time));
 }