Method in Actions
public void AddCommandHandler<T1>(string commandName, Action<T1> handler);
string commandName
string
Action<T1> handler
Action<T1>
Last updated 2 months ago
Was this helpful?