Exemplo n.º 1
0
        public JsonResult GetBranchs(string id)
        {
            var category = _newStoreService.GetCategoryByNew(id);

            return(Json(new SelectList(category, "Value", "Text")));
        }