public EntityFrameworkConnector(BenchmarkDBContext context) { Context = context; }
public GetAllProductsHandler(BenchmarkDBContext context) : base("inproc://GetAllProductsHandler", "") { _context = context; }