public InsertCategoryHandler(IEventBus eventBus, CqrsExampleContext context) : base(eventBus)
 {
     _context = context;
 }
Beispiel #2
0
 public InsertProductHandler(IEventBus eventBus, CqrsExampleContext context) : base(eventBus)
 {
     _context = context;
 }