Exemple #1
0
 public ActionResult ShowCase(int id = 0)
 {
     return(View(VMFactory.CreateCaseVM(id)));
 }