Example #1
0
 public async Task <IActionResult> Nepromovati()
 {
     return(View(await _repo.getNepromovatiAsync()));
 }