public GetProductByIdQueryHandler(ICQRSContext context)
 {
     _context = context;
 }
Example #2
0
 public DeleteProductByIdCommandHandler(ICQRSContext context)
 {
     _context = context;
 }
Example #3
0
 public CreateProductCommandHandler(ICQRSContext context)
 {
     _context = context;
 }
 public GetAllProductsQueryHandler(ICQRSContext context)
 {
     _context = context;
 }