Exemplo n.º 1
0
        public ActionResult EditExtendItem(int id, int typeId = 0)
        {
            ExtendItemModel model = _extendItemRepository.GetModel(id);

            ViewBag.ExtendItemModel = model;
            ViewBag.TypeId          = typeId;
            return(View());
        }