예제 #1
0
 public ActionResult DeleteFromList(Photo pic)
 {
     PhotoRepository.DeleteResponce(pic);
     return(View("Photo"));
 }