Exemplo n.º 1
0
 public Category(CategoryState state)
 {
     _state = state;
     Register <CategoryCreated>(e => { Id = e.CategoryId; _state.Apply(e); });
 }
Exemplo n.º 2
0
 public Category(CategoryState state)
 {
     _state = state;
     Register<CategoryCreated>(e => { Id = e.CategoryId; _state.Apply(e); });
 }