예제 #1
0
 protected Task <IHttpActionResult> ExecuteAsync(Func <Task> method)
 {
     return(Dispatcher.ExecuteAsync(new ServiceRequest(), method));
 }