예제 #1
0
 // GET: Models
 public async Task <ActionResult> Index()
 {
     return(View(await modelService.GetModelsAsync()));
 }