feat: work on setting up database
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace SanctionsSearch.Worker.Options;
|
||||
|
||||
class DbOptions
|
||||
{
|
||||
public string DatabaseName { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user