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