Ejemplo n.º 1
0
 public ActionResult DeletedPhoto()
 {
     photo_model.DeleteImage(m_name, m_path, m_month, m_Thumbnail, m_year);
     Thread.Sleep(1000);
     return(RedirectToAction("Photos"));
 }