feat: work on implementing UoW pattern

This commit is contained in:
Stevan Freeborn
2024-08-20 23:42:20 -05:00
parent c65dc6dab6
commit 00994cd4d9
21 changed files with 606 additions and 20 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
namespace SanctionsSearch.Worker.Models;
class Sdn
class Sdn : Entity
{
public int Id { get; set; }
public string Name { get; set; } = string.Empty;
public string Type { get; set; } = string.Empty;
public string Program { get; set; } = string.Empty;