Exemple #1
0
        public int CountSupportPeopleMax(int ProjectId)
        {
            CalculationService calculationService = new CalculationService();

            return(calculationService.CountSupportPeopleMax(ProjectId));
        }