Ejemplo n.º 1
0
 protected IReadOnlyCollection <string> Handle(SupportedStatesQuery command) => _componentState.SupportedStates();
Ejemplo n.º 2
0
 protected string HandleSupportedState(SupportedStatesQuery message)
 {
     return("xxx");
 }