예제 #1
0
        public ActionResult DeleteCategoryImageBeforeUpdate(string imagePath)
        {
            int errorCode = InputControl.DeleteCategoryImageBeforeUpdate(imagePath);

            return(Json(new { result = errorCode }));
        }