From fd63d004f5f1d74e01f60bfec4fc80fbd6b14e74 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 9 Jun 2023 14:34:51 +0300 Subject: Method name fix --- Services/ICurrencyClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Services/ICurrencyClient.cs') diff --git a/Services/ICurrencyClient.cs b/Services/ICurrencyClient.cs index 1e10473..e45a25a 100644 --- a/Services/ICurrencyClient.cs +++ b/Services/ICurrencyClient.cs @@ -2,5 +2,5 @@ namespace ExcelAddIn.Services; public interface ICurrencyClient { - public Task GetCurrencyCourse(DateTime date); + public Task GetExchangeRate(DateTime date); } -- cgit v1.2.3