Пример #1
0
 public IActionResult Match(int id)
 {
     return(View(_repository.GetMatchById(id)));
 }