示例#1
0
        public async Task <TenderSalesMonthlyCountsPerMonth> GetAllTenderSalesMonthlyCountsPerMonth(TenderValueToTypeSearchCriteria searchCriteria)
        {
            var result = await _reportsService.GetAllTenderSalesMonthlyCountsPerMonth(searchCriteria);

            return(result);
        }