public InsertCategoryHandler(IEventBus eventBus, CqrsExampleContext context) : base(eventBus)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public InsertProductHandler(IEventBus eventBus, CqrsExampleContext context) : base(eventBus)
 {
     _context = context;
 }