public void Dispatch(IModelGenericExecutor executor)
 => executor.Execute <ViewIntersectionModel, ViewIntersectionField>(this);
Example #2
0
 public abstract void Dispatch(IModelGenericExecutor executor);