Beispiel #1
0
 public ActionResult Get(string url)
 {
     return(Execute(((args) => _executor.ExecuteGet(url, args))));
 }