feat: complete end to end functionality

This commit is contained in:
Stevan Freeborn
2024-09-01 18:09:48 -05:00
parent 78748cc104
commit e400be31f7
19 changed files with 376 additions and 454 deletions
@@ -13,11 +13,6 @@ class SearchRequestOptions
{
public int AppId { get; init; }
public int NameFieldId { get; init; }
public int AddressFieldId { get; init; }
public int CityFieldId { get; init; }
public int StateFieldId { get; init; }
public int ZipFieldId { get; init; }
public int CountryFieldId { get; init; }
public int StatusFieldId { get; init; }
public Guid AwaitingProcessingStatusId { get; init; }
public Guid ProcessingStatusId { get; init; }