Пример #1
0
 public IActionResult Details(int id)
 {
     return(View(_panelRepository.GetById(id)));
 }