Example #1
0
        public ActionResult Create(CreateVM createVM)
        {
            var response = ServiceCall.AddImage(createVM);

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