Пример #1
0
        public async Task <ActionResult> WebEventTypeTemplateSelect(string EventTypeId)
        {
            var list = (await GlobalVariableOpService.GetEventTypeTemplates(EventTypeId)).TmplDisplays;

            return(Json(list, JsonRequestBehavior.AllowGet));
        }