Beispiel #1
0
 public ActionResult AllMyProblems(int id)
 {
     return(View(repo.GetAllMyProblems(id)));
 }