Ejemplo n.º 1
0
 void ICommandPatternObserver.OnCommandSpecified(ICommandSpec spec)
 => Specified?.Invoke((TSpec)spec);
Ejemplo n.º 2
0
 void ICommandPatternObserver <TSpec> .OnCommandSpecified(TSpec spec)
 => Specified?.Invoke(spec);