Пример #1
0
        public int getUpdateEstimationColSettingTemplate(params EstimationColSettingTemplateDetail[] EstimationColSettingTemplateDetail)
        {
            int result = 0;

            try
            {
                result = _estimationColSettingTemplateDetail.getUpdate(EstimationColSettingTemplateDetail);
            }
            catch (Exception ex)
            {
                //bool false = BusinessLogicExceptionHandler.HandleException(ref ex);
                throw new Exception("Record not updated.");
            }
            return(result);
        }
Пример #2
0
        public int getUpdateProjectProgressLevelTemplate(params ProjectProgressLevelTemplateTaskType[] projectProgressLevelTemplateTaskType)
        {
            int result = 0;

            try
            {
                result = _projectProgressLevelTemplateTaskType.getUpdate(projectProgressLevelTemplateTaskType);
            }
            catch (Exception ex)
            {
                //bool false = BusinessLogicExceptionHandler.HandleException(ref ex);
                throw new Exception("Record not updated.");
            }
            return(result);
        }