Update IoC and the "GET" function in the repository (lock issue)
This commit is contained in:
7
Back/skydiveLogs-api.Model/DatabaseOptions.cs
Normal file
7
Back/skydiveLogs-api.Model/DatabaseOptions.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace skydiveLogs_api.Model
|
||||
{
|
||||
public class DatabaseOptions
|
||||
{
|
||||
public string ConnectionString { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user