Example #1
0
        public ActionResult DeleteConfirmed(int id)
        {
            var response = ServiceCall.DeleteImage(id);

            deleteAlert = response.IsSuccessful.ToString();
            return(RedirectToAction("Index"));
        }