Example #1
0
 public ActionResult CreateWithController()
 {
     _menuItemService.CreateWithController();
     _unitOfWork.SaveChanges();
     return(Json(new { Success = true }, JsonRequestBehavior.AllowGet));
 }