Example #1
0
        public JsonResult AddEventCategory(EventCategory postedData)
        {
            EventsService.AddEventCategory(postedData);

            return(Json("success"));
        }