Ejemplo n.º 1
0
        // GET: Admin/Service/Add
        public virtual ActionResult Add()
        {
            ServiceAdd Service = new ServiceAdd();

            Service.TagList      = _tagService.DropDownList();
            Service.CategoryList = _serviceCategoryService.DropDownList();
            return(View(Service));
        }