1 2 3 4 5 6
namespace ExcelAddIn.Services; public interface ICurrencyClient { public Task<decimal?> GetCurrencyCourse(DateTime date); }