From c96ac659901e3aa97703fe00856cf14b5630887d Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 9 Jun 2023 07:27:43 +0300 Subject: Initial --- Services/ICurrencyClient.cs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Services/ICurrencyClient.cs (limited to 'Services/ICurrencyClient.cs') diff --git a/Services/ICurrencyClient.cs b/Services/ICurrencyClient.cs new file mode 100644 index 0000000..1e10473 --- /dev/null +++ b/Services/ICurrencyClient.cs @@ -0,0 +1,6 @@ +namespace ExcelAddIn.Services; + +public interface ICurrencyClient +{ + public Task GetCurrencyCourse(DateTime date); +} -- cgit v1.2.3