Esempio n. 1
0
 // GET: Time
 public async Task <IActionResult> Index()
 {
     return(View(await _timeRepository.GetListAsync()));
 }