示例#1
0
 public HResult Exec(Guid command, object argument, out object result)
 {
     return(_commandMapper.Exec(command, argument, out result));
 }