chore: refactor to separate files

This commit is contained in:
Stevan Freeborn
2024-08-12 12:42:16 -05:00
parent 75287e2d4c
commit 0353852330
6 changed files with 36 additions and 17 deletions
@@ -0,0 +1,5 @@
namespace SanctionsSearch.Worker.Interfaces;
interface IOfacFileService
{
}