예제 #1
0
 public IActionResult ListByCategory(string id)
 {
     return(View(nameof(ListCategories), categorylogic.ListByCategory(id)));
 }