示例#1
0
        public int CountSupportPeopleSmall(int ProjectId)
        {
            CalculationService calculationService = new CalculationService();

            return(calculationService.CountSupportPeopleSmall(ProjectId));
        }