Example #1
0
 public async Task <IActionResult> Update([FromRoute] int id)
 {
     return(View(await _votingService.GetVotingForUpdateAsync(id)));
 }