/// <summary>
        /// 初始化
        /// </summary>
        public static void Init()
        {
            UserWorkflowUtil.InitValiUserHandleVali();

            if (PlatformTool.AppConfig["Page:MaxPageSize"] != null)
            {
                UtilTool.MaxPageSize = Convert.ToInt32(PlatformTool.AppConfig["Page:MaxPageSize"]);
            }

            AutoMapperUtil.Builder();
        }
예제 #2
0
        /// <summary>
        /// 初始化
        /// </summary>
        public static void Init()
        {
            //UserWorkflowUtil.InitValiUserHandleVali();

            if (App.CurrConfig["Page:MaxPageSize"] != null)
            {
                App.MaxPageSize = Convert.ToInt32(App.CurrConfig["Page:MaxPageSize"]);
            }

            AutoMapperUtil.Builder();
        }