Exemple #1
0
 public IActionResult Details(LocalDTO local)
 {
     return(View(localService.GetLocalById(local.Id)));
 }