Exemple #1
0
        public ActionResult GetCommonDefaultProgramsJson(string flowId)
        {
            List <EnumModel> models = formApp.GetCommonDefaultPrograms(flowId);

            return(Content(models.ToJson()));
        }