Exemplo n.º 1
0
        public int getRemoveEstimationColSettingTemplate(params EstimationColSettingTemplateDetail[] EstimationColSettingTemplateDetail)
        {
            int result = 0;

            try
            {
                result = _estimationColSettingTemplateDetail.getRemove(EstimationColSettingTemplateDetail);
            }
            catch (Exception ex)
            {
                //bool false = BusinessLogicExceptionHandler.HandleException(ref ex);
                throw new Exception("Record not deleted.");
            }
            return(result);
        }
Exemplo n.º 2
0
        public int getRemoveProjectProgressLevelTemplate(params ProjectProgressLevelTemplateTaskType[] projectProgressLevelTemplateTaskType)
        {
            int result = 0;

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