Beispiel #1
0
        public async Task <ActionResult> New(string tabId, int parentId)
        {
            var status = _statusTypeService.NewStatusTypeProperties(parentId);
            var model  = StatusTypeViewModel.Create(status, tabId, parentId);

            return(await JsonHtml("Properties", model));
        }