예제 #1
0
 public IViewComponentResult Invoke()
 {
     return(View(_blogApiService.GetLastFiveAsync().Result));
 }