feat: begin working on adding search result back into Onspring

This commit is contained in:
Stevan Freeborn
2024-08-30 22:28:31 -05:00
parent 409d4e339f
commit dc4d4ff1d3
5 changed files with 80 additions and 27 deletions
@@ -0,0 +1,6 @@
namespace SanctionsSearch.Worker.Models;
class SearchResult
{
// TODO: Add properties to represent the search result
}