示例#1
0
 public IMapCommand Create(IExecuteMapping executableMapping)
 {
     return new DefaultMapCommand(executableMapping, this);
 }
示例#2
0
 public DefaultMapCommand(IExecuteMapping executableMapping, IContextualizeResolution contextualizer)
 {
     this.executableMapping = executableMapping;
     this.contextualizer    = contextualizer;
 }
示例#3
0
 public IMapCommand Create(IExecuteMapping executableMapping)
 {
     return(new DefaultMapCommand(executableMapping, this));
 }