Example #1
0
 public ActionResult Details(int id)
 {
     return(View(model.GetFilInfo(id)));
 }