Ejemplo n.º 1
0
        public async Task <QueryResult <AmountOfSavingsViewModel> > GetAmountOfSavingsAsync(TenderValueToTypeSearchCriteria searchCriteria)
        {
            var result = await _reportsService.GetAmountOfSavingsAsync(searchCriteria);

            return(result);
        }