Esempio n. 1
0
 public ActionResult DeletePhoto(int photoId, string path)
 {
     if (GalleryService.DeletePhoto(photoId))
     {
         DeletePhotoFromServer(path);
     }
     return(View());
 }