Beispiel #1
0
 public IActionResult Edit(long id)
 {
     return(View(redditService.GetElementById(id)));
 }