Exemplo n.º 1
0
        public static string CreateBuildForm(int columnCount, string moduleId)
        {
            BaseFormAttributeBll baseformattributebll = new BaseFormAttributeBll();

            return(baseformattributebll.CreateBuildFormTable(columnCount, moduleId));
        }