예제 #1
0
 // GET: Races
 public async Task <IActionResult> Index()
 {
     return(View(await _service.GetAllAsync()));
 }