public async Task SeedGDPIndicator([FromBody] SeedFilePathRequest filePathRequest) { await _seedExchangeRateFactorsService.FillGDPIndicator(filePathRequest.FilePath); }
public async Task SeedInflationIndex([FromBody] SeedFilePathRequest filePathRequest) { await _seedExchangeRateFactorsService.FillInflationIndex(filePathRequest.FilePath); }
public async Task SeedCreditRate([FromBody] SeedFilePathRequest filePathRequest) { await _seedExchangeRateFactorsService.FillCreditRate(filePathRequest.FilePath); }