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

            return(calculationService.CountSupportPeopleMiddle(ProjectId));
        }