コード例 #1
0
        public static bool CheckOrgExecutionStatus(Context ctx, BudgetReportEntity budgetReportEntity, IList <BudgetExcuteStatus> statusList)
        {
            bool flag;
            IBudgetReportPlateService service = ServiceFactory.GetService <IBudgetReportPlateService>(ctx);

            try
            {
                flag = service.CheckOrgExecutionStatus(ctx, budgetReportEntity, statusList);
            }
            finally
            {
                ServiceFactory.CloseService(service);
            }
            return(flag);
        }