示例#1
0
        public async Task <JsonResult> OnPostCreateNewElementDetailAsync()
        {
            var newGuid = await _checklistService.CreateNewChecklistDetailsElementAsync(ChecklistElementDetailsModel);

            return(new JsonResult(newGuid));
        }