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