예제 #1
0
 public ViewResult Details(int id)
 {
     return(View(PhotoViewModel.FromPhoto(Photos.Get(id))));
 }