Exemplo n.º 1
0
 public Rule RetrieveApplicableRule(string state, string command)
 {
     return(_rulesValidator.RetrieveApplicableRule(state, command));
 }