Exemplo n.º 1
0
        public async Task <ICollection <FinancialResult> > GetFinancialResultAsync()
        {
            if (_newParams)
            {
                await _flow.Calculate(_repository);
            }

            return(await _repository.GetFinancialResultAsync());
        }