Exemplo n.º 1
0
        public OverallRiskRatingReport GetOverallRiskRatingReport(long assessmentId)
        {
            Assessment entity = AssessmentService.Get(assessmentId);

            CheckAccess(entity);
            return(AssessmentService.GetOverallRiskRatingReport(entity));
        }
Exemplo n.º 2
0
 public OverallRiskRatingReport GetOverallRiskRatingReport(Assessment assessment)
 {
     return(AssessmentService.GetOverallRiskRatingReport(assessment));
 }