Beispiel #1
0
        public int CountSupportWhereProjectId(int PeojectId)
        {
            CalculationService calculationService = new CalculationService();

            return(calculationService.CountSupportWhereProjectId(PeojectId));
        }