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
+6 -1
View File
@@ -1 +1,6 @@
using FluentAssertions;
global using FluentAssertions;
global using Microsoft.Extensions.Logging;
global using Microsoft.Extensions.Options;
global using SanctionsSearch.Worker.Services;