feat: Add OfacFileService

- Add initial OfacFileService including deps
- Added Moq and MockHttp as dependencies
  for testing
This commit is contained in:
Stevan Freeborn
2024-08-12 09:41:59 -05:00
parent 24aa6ff35c
commit 1af9c7012c
6 changed files with 101 additions and 1 deletions
+1
View File
@@ -2,3 +2,4 @@ global using SanctionsSearch.Worker;
global using Serilog;
global using Serilog.Formatting.Compact;
global using Serilog.Exceptions;
global using Microsoft.Extensions.Options;