Ejemplo n.º 1
0
 public IActionResult Show(int id) =>
 View(new CategoryContext(CategoryRepository.Get(id), TopicRepository.GetByCategoryId(id)));