예제 #1
0
        public IEnumerable <FieldItem> Fields(string moduleNo, string actionName)
        {
            var fields      = _fieldView.FieldList(moduleNo, actionName);
            var association = _categoryView.GetCategoryBySchemeType(CategoryTypeSchemeType.Association, CategoryTypeType.Party);

            return(fields);
        }