コード例 #1
0
 static async Task Awaited(Controller controller, Task <ActionExecutedContext> task)
 {
     controller.OnActionExecuted(await task);
 }