Exemple #1
0
 public void Handle(CategoryParentChanged e)
 {
     Update(e.Id, c => c.ParentId = e.ParentId);
 }
Exemple #2
0
 public void Apply(CategoryParentChanged e)
 {
 }