예제 #1
0
 public string CreateFeatureSelector(IReducer <string> reducer, ActionModel action)
 {
     return(reducer.CreateReducer("", action));
 }