Example #1
0
 public ActionResult Add(int id)
 {
     return(View(threadService.GetCategory(id)));
 }