예제 #1
0
 public ActionResult Delete(string url)
 {
     return(Execute(((args) => _executor.ExecuteDelete(url, args))));
 }