Ejemplo n.º 1
0
 private void Apply(CategoryShown e)
 {
     Visible = true;
 }
Ejemplo n.º 2
0
 public async Task Handle(CategoryShown message)
 {
     categoryRepository.UpdateSingleProperty(Guid.Parse(message.SourceId), c => c.Visible, true);
 }