Esempio n. 1
0
 public ActionResult DeleteImage(int id)
 {
     try
     {
         bool result = bal.DeleteImage(id);
         return(View());
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }