Open mattmurton opened 9 years ago
Injection values should optionally be passed to the Approve/Hook methods as it does the Execute method in Commands.
public bool Approve(IEvent evt, IInjector injector) { }
Injection values should optionally be passed to the Approve/Hook methods as it does the Execute method in Commands.